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