Update SETUP.md
@ -22,11 +22,12 @@
```
4. Run the application:
```bash
bun run dev
bun --bun run dev
5. Build the application:
(ONLY FOR PRODUCTION!!) Build the application:
bun run build
bun --bun run build
## Accessing the Application
- The application is now running at `http://localhost:3000`.