VisAQ is planned and developed during the PSE-project at the Karlsruhe Institute of Technology in cooperation with TECO. VisAQ visualizes air quality data from the project SmartAQNet.
This repository contains the frontend-part of the project. The frontend is written in JavaScript with React. It can be used on normal Webservers
To run the project local it is recommended to use yarn. After cloning the project you need to run
yarn install
This command will fetch all dependencies Now run
yarn start
This will start the frontend.