create-tawny
Use the CLI to generate a new Next.js app from a Tawny template.
Quick start
npx create-tawny@latestOr pick a template and project name up front:
npx create-tawny@latest art my-site
npx create-tawny@latest dev my-blog
npx create-tawny@latest link my-linksPackage managers
pnpm create tawny@latest art my-site
yarn create tawny art my-site
bunx create-tawny@latest art my-siteAfter scaffolding
cdinto the project directory.- Install dependencies if the CLI did not already.
- Run the local Next.js dev server and open the app.
Next steps
- Designs overview — what each template includes
- Components overview — reusable UI primitives