Skip to content

Commit

Permalink
docs: separete UI instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Nov 4, 2024
1 parent 0fc25b7 commit 0345100
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ yarn

### Compiles and hot-reloads for development

#### UI only

```sh
yarn dev

# if you want to run full stack (including backend services)
yarn dev:full
```

#### UI with backend services

[See here.](./README.md#running-local-services)

### Compiles and minifies for production

```
Expand Down

0 comments on commit 0345100

Please sign in to comment.