Astromax Theme for Next.js(15+ App Router)
- debian - bookworm
- nodejs - v22.14.0
- npm - 11.2.0
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 |