mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
6 lines
262 B
Markdown
6 lines
262 B
Markdown
# Frontend Development Setup
|
|
|
|
In root directory run `docker compose up frontend-dev --build` to start a database and the backend server.
|
|
|
|
Then, point your frontend at `http://localhost:8080` to start developing. During development, any API key will be accepted.
|