From ceab9310b58e3195cd446330f22c61db16747e8f Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Thu, 19 Sep 2024 20:51:51 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36588c6..e0abd75 100644 --- a/README.md +++ b/README.md @@ -207,9 +207,19 @@ However, if you would like the templating features and want the frontend to chan ``` 5. Run + + The main entrypoint is in `src/start.ts`. ``` - $ bun . + $ bun src/start.ts + ``` + + If you would like to run in development mode: + + ``` + $ bun dev + # or + $ bun run dev ``` ## Background Info on Feature Implementation Decisions