From 47196db3709e709d1cafd2fee0f488b3f70c3845 Mon Sep 17 00:00:00 2001 From: hknsh Date: Sun, 10 Nov 2024 19:18:44 +0000 Subject: [PATCH] chore: updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f226b5..645c211 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Created using Preact + Vite ## Getting Started -- `npm run dev` - Starts a dev server at http://localhost:5173/ +- `bun dev` - Starts a dev server at http://localhost:5173/ -- `npm run build` - Builds for production, emitting to `dist/`. Prerenders all found routes in app to static HTML +- `bun run build` - Builds for production, emitting to `dist/`. Prerenders all found routes in app to static HTML -- `npm run preview` - Starts a server at http://localhost:4173/ to test production build locally +- `bun preview` - Starts a server at http://localhost:4173/ to test production build locally