Skip to content

Commit

Permalink
Merge pull request #34 from miniBill/patch-1
Browse files Browse the repository at this point in the history
Add generate-elm-api to the README
  • Loading branch information
domenkozar authored Nov 3, 2023
2 parents 85e6724 + 7c275aa commit a9e4206
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ Maintainers: [@domenkozar](https://github.com/domenkozar).
direnv allow
```

4. Start the development server:
4. Generate the Elm API:

```bash
devenv shell generate-elm-api
```

5. Start the development server:

```bash
devenv up
Expand Down

0 comments on commit a9e4206

Please sign in to comment.