This is not a
README.mdfrom any template. I set this NextJS + Turbo template up from Add Turborepo to your existing project section of the docs.
Turbo is a next-generation toolchain for frontend development, written in Rust. It consists of 3 major parts:
- Turbopack: an incremental bundler (the successor to Webpack)
- Turborepo: an incremental build system
- The Turbo engine: a low-level incremental computation and memoization engine
First, run the development server:
npm run turbo dev
# or
yarn turbo dev
# or
pnpm turbo dev