Skip to content
Snippets Groups Projects
Commit ad2fc324 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

added template instructions in README

parent 321c7db6
No related branches found
No related tags found
1 merge request!52Documentation
Pipeline #44448 passed with warnings
......@@ -2,6 +2,7 @@
==========
# Run the server-side FastAPI app
## In development mode
Using the template files, you first need to create backend/.env and backend/cameras.py.
You can start a virtual environment with the following instructions.
```sh
......@@ -34,6 +35,8 @@ Run the server, `docker-compose up -d`
# Run the client-side React app in a different terminal window:
Using the template file, you first need to create frontend/.env.
```sh
$ cd frontend
$ npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment