Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 792 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 792 Bytes

nextjs-tailcast

Tailcast Theme for Next.js(14+ App Router)

Tested Environment

  • debian - bookworm
  • nodejs - v20.17.0
  • npm - 10.8.3

npm commands

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build rm -rf .next && next build
npm run start next start
npm run lint next lint