Fix format

This commit is contained in:
André B
2024-10-04 03:47:07 -04:00
committed by GitHub
parent 00b7d9270f
commit 04f3ba30af

View File

@@ -141,7 +141,7 @@ Any static assets, like images, can be placed in the `public/` directory if they
All commands are run from the root of the project, from a terminal: All commands are run from the root of the project, from a terminal:
| Command | Action | | Command | Action |
| :-------------------- | :------------------------------------------------- | | :------------------ | :------------------------------------------------- |
| `npm install` | Installs dependencies | | `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` | | `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` | | `npm run build` | Build your production site to `./dist/` |