Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and unify dev scripts #119

Merged
merged 11 commits into from
Dec 17, 2024
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ mix assets.watch

### Development server

We have a `dev.exs` script that starts a development server.

To run it together with an `IEx` console you can do:
We have a `dev.exs` script based on [Phoenix Playground](https://github.com/phoenix-playground/phoenix_playground) that starts a development server.

```
iex -S mix dev
iex dev.exs
```
Loading
Loading