Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.
Seb-sti1 edited this page Nov 10, 2023 · 4 revisions

Welcome to the LiRA-Viz wiki!

This project aims to display the road conditions and allows the project owner to under the quality of the road network.

How to start the development environment

Start the backend server

cd backend/
npm i # install node modules
npm run start # start the backend

If you want to have access to the database, make sure to connect to the VPN and have the .env file in the backend folder

Start the frontend server

cd frontend/
npm i # install node modules
REACT_APP_BACKEND_URL_DEV=http://localhost:3002 NODE_ENV=development npm run start # start the frontend

if you want to see the pictures from Dynatest, you need to create a directory called images in the folder where you cloned this repository and set IMAGE_PATH_FOR_DEV to true.

See the deployment procedure on this page

See development guidelines on this page