Skip to content

Commit

Permalink
fix: fix docs for application dev flow
Browse files Browse the repository at this point in the history
  • Loading branch information
peterxcli committed Jan 18, 2024
1 parent 44636df commit a808874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
3. Run `make install` to install the tools
> Run only once when you start the development or the tools required to be updated
4. Run `make dev-up` to start the development database and redis
5. Run `make dev-migrate` to migrate the database
6. Run `make serve` to start the development server with live reload
[//]: # (5. Run `make dev-migrate` to migrate the database)
5. Run `make run` to start the development server with **no** live reload
1. Webserver will be listening on [localhost:8000](http://localhost:8000), you may change the port in `.env.dev`
7. Run `make dev-down` to stop the development database and redis
6. Run `make dev-down` to stop the development database and redis

0 comments on commit a808874

Please sign in to comment.