Skip to content

Commit

Permalink
new dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
skyface753 committed Feb 25, 2024
1 parent e355874 commit 39a59a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ sudo usermod -aG docker ${USER}

## Dev

### NEW: Just start the Docker-Dev

The dev-docker target will start the dev database and phpmyadmin and the dev server.

```bash
make dev-docker
```

Now you can access the Docs at http://127.0.0.1:8000/api/docs

### Use a python virtual environment

```bash
Expand Down

0 comments on commit 39a59a9

Please sign in to comment.