Tawny

create-tawny

Use the CLI to generate a new Next.js app from a Tawny template.

Quick start

npx create-tawny@latest

Or 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-links

Package managers

pnpm create tawny@latest art my-site
yarn create tawny art my-site
bunx create-tawny@latest art my-site

After scaffolding

  1. cd into the project directory.
  2. Install dependencies if the CLI did not already.
  3. Run the local Next.js dev server and open the app.

Next steps