Update README.md

This commit is contained in:
Hri7566 2024-09-19 20:51:51 -04:00
parent dd6f841b60
commit ceab9310b5
1 changed files with 11 additions and 1 deletions

View File

@ -208,8 +208,18 @@ 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