Nefa Theme for Next.js(14+ App Router)
- debian - bookworm
- nodejs - v20.17.0
- npm - 10.8.3
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 |