All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Create an optimised NextJS build |
npm run lint |
Run ESLint check on source code |
npm run test |
Run unit tests with Vitest |