formatting

This commit is contained in:
2025-07-31 17:33:45 -05:00
parent 2b0467b059
commit c077baa3b7
4 changed files with 17 additions and 68 deletions

View File

@@ -35,9 +35,9 @@ Static assets, like favicons, can be placed in the `public/` directory.
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |