From cbf9a7b672fce0943cc6306c506dda3ab1c1024e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 13:50:32 +0200 Subject: chore(format): install prettier --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4ced80a..7cf5d7c 100644 --- a/README.md +++ b/README.md @@ -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 | -- cgit v1.2.3