You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- API calls & backend: [iTrooz](https://github.com/iTrooz)
12
17
13
18
# Development
14
-
First, install dependencies with `bun i`
15
-
To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev`
16
-
17
-
# WIP
18
-
Project is in dev state, not stable nor finished yet
19
+
- Clone project
20
+
- Install dependencies with `bun i`
21
+
- To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev`. You may specify to proxy/cache API requests through http://localhost:8080 by running `bun run opt:proxy bun run dev`
0 commit comments