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

Update SETUP.md
pull/58/head
Voltages 4 months ago committed by GitHub
commit d7bd92a5ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      docs/SETUP.md

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

Loading…
Cancel
Save