Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Oct 24, 2024
1 parent a2ea8a0 commit 41a415a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ templates, and ultimately, this is legacy code that, if the project ever goes ba
be completely overhauled.

## Development

### Docker Setup

To provision the Docker container with the `frontend` build, execute:
Expand All @@ -31,7 +32,7 @@ bin/runserver
This builds and starts a container named `helium_frontend`. Once running, the `frontend` is available at
http://localhost:3000. The shell of containers can be accessed with:

```shell
```sh
docker exec -it frontend-frontend-1 /bin/bash
```

Expand Down

0 comments on commit 41a415a

Please sign in to comment.