Remove 'run' from command to run locally

This commit is contained in:
2025-04-30 01:38:27 +08:00
parent 352ebefe3c
commit c2974cdbbe

View File

@@ -17,6 +17,6 @@ Recommended JavaScript runtime: [Bun](https://bun.sh).
```
1. Run the project
```
bun run start
bun start
```
1. Open http://localhost:8080/ in your browser