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