Link: https://nmattia.com
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm ci |
Install dependencies |
npm run dev |
Start local dev server at localhost:3000 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview the build locally |
npm run format |
Run formatter |
npm run upgrade |
Upgrade astro |