diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,9 +29,9 @@ Any static assets, like images, can be placed in the `public/` directory. All commands are run from the root of the project, from a terminal: -| Command | Action | -| :------------------------ | :----------------------------------------------- | -| `bun install` | Installs dependencies | +| Command | Action | +| :-------------------- | :----------------------------------------------- | +| `bun install` | Installs dependencies | | `bun dev` | Starts local dev server at `localhost:4321` | | `bun build` | Build your production site to `./dist/` | | `bun preview` | Preview your build locally, before deploying | |
