Skip to content

Commit

Permalink
Link to Turbopack's architecture.md from CONTRIBUTING.md (vercel#2913)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith authored and elitan committed Dec 6, 2022
1 parent c3ec99c commit 24283fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ To manually run a release:

Turbopack uses [Cargo workspaces][workspaces] in the Turbo monorepo. You'll find
several workspaces inside the `crates/` directory. In order to run a particular
crate, you can use the `cargo run -p [CRATE_NAME]` command.
crate, you can use the `cargo run -p [CRATE_NAME]` command. For example, to test the Next.js development server, run `cargo run -p next-dev`.

### Turbopack Architecture

A high-level introduction to Turbopack's architecture, workspace crates, and Turbo engine (the turbo-tasks crates) is available at [crates/turbopack/architecture.md](crates/turbopack/architecture.md).

### Testing Turbopack

Expand Down

0 comments on commit 24283fc

Please sign in to comment.