Merge pull request #56 from Lapikud/fix-setup-guide

Update SETUP.md
This commit is contained in:
2025-09-01 14:47:49 +03:00
committed by GitHub

View File

@@ -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:
```bash
bun run build
bun --bun run build
```
## Accessing the Application
- The application is now running at `http://localhost:3000`.