diff options
| author | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
| commit | cbf9a7b672fce0943cc6306c506dda3ab1c1024e (patch) | |
| tree | 0542f92eb8912bb6fbfeb6bae692134bdae4a175 /README.md | |
| parent | b4ce4105535bc9f276570fadfdfc1a9b28aac699 (diff) | |
chore(format): install prettier
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 | |
