@@ -23,22 +23,22 @@ For more information visit our site [VisualCircuit](https://jderobot.github.io/V
2323## Prerequisite
2424
2525### Front-end
26- For more specific instructions check the frontend [ readme] ( . /frontend/README.md)
26+ For more specific instructions check the frontend [ readme] ( /frontend/README.md )
27271 . Clone the repository https://github.com/JdeRobot/VisualCircuit.git
28283 . Change directory to ` frontend `
29294 . Run ` npm install `
3030
3131
3232### Back-end
33- For more specific instructions check the backend [ readme] ( . /backend/README.md)
33+ For more specific instructions check the backend [ readme] ( /backend/README.md )
3434
35351 . Clone the repository https://github.com/JdeRobot/VisualCircuit.git
36362 . Change directory to ` backend `
37373 . Create a Python3 virtual environment using venv.
3838For eg. ` python -m venv .venv `
39394 . After activating the virtual environment, install the dependencies by running
4040` pip install -r requirements.txt `
41- 5 . Add ` .env ` file to the ` backend ` folder. And add the variables as defined in [ .env.template] ( . /.env.template)
41+ 5 . Add ` .env ` file to the ` backend ` folder. And add the variables as defined in [ .env.template] ( /backend /.env.template)
42426 . Create the static files to serve during execution by ` python manage.py collectstatic `
4343
4444## Start Application
@@ -53,7 +53,7 @@ For eg. `python -m venv .venv`
53532 . Start the backend server:``` python3 manage.py runserver 8080 ```
5454
5555### How to setup the VC+
56- In order to setup VC+ to use RoboticsAcademy and VisualCircuit together, follow the instructions given [ here] ( . /VC%2B/README.md)
56+ In order to setup VC+ to use RoboticsAcademy and VisualCircuit together, follow the instructions given [ here] ( /VC%2B/README.md )
5757
5858
5959<!-- CONTRIBUTING -->
0 commit comments