From the root of the project, from a terminal:
- Run
pnpm ito install the required dependencies - Run
pnpm startto start a local dev server - Access the local dev server at http://localhost:3000
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm start |
Starts local dev server at localhost:3000 |
pnpm lint |
Runs all linters, showing problems |
pnpm fixlint |
Runs all linters, trying to fix auto-solvable problems |
pnpm build |
Builds the production site |
pnpm preview |
Previews the build locally, before deploying |
- Angelina Otto