···33333434All commands are run from the root of the project, from a terminal:
35353636-| Command | Action |
3737-| :------------------------ | :----------------------------------------------- |
3838-| `pnpm install` | Installs dependencies |
3636+| Command | Action |
3737+| :--------------------- | :----------------------------------------------- |
3838+| `pnpm install` | Installs dependencies |
3939| `pnpm dev` | Starts local dev server at `localhost:4321` |
4040| `pnpm build` | Build your production site to `./dist/` |
4141| `pnpm preview` | Preview your build locally, before deploying |