Skip to content

Commit

Permalink
Require yarn build before go run .
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Mar 10, 2022
1 parent d8ad8c4 commit cb0e08b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/dev-server-and-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ title: Servers and Tests

### Backend

The backend needs a built ui. Run

```bash
$ (cd ui && yarn build)
```

Start the server in development mode.

```bash
Expand Down

0 comments on commit cb0e08b

Please sign in to comment.