beehive-frontend acts as the visual representation of the beehive project. It shows all hives in a city, the currently active drones as well as some additional information in sidebars.
Disclaimer: this repository should only be used for develpment. To use beehive itself look at the beehive repository.
This project serves the purpose of being able to show how the simulation network behaves and performes. Currently this is a diploma-project of a team of four students, the other project repositories can be found here.
This project is based on create-react-app. Map visualization is done with Mapbox by the use of Uber's react-map-gl. Additionally deck.gl is used for custom layers.
Other relevant technologies:
Before starting development yarn should be installed.
After cloning the repository don't forget to yarn install
.
Tests for each module can be found in the __tests__
folder of each directory. Tests are named
after the file that is being tested on, as in *.test.js
.
To get up and running with the project either build it with yarn build
and then serve it on a
server or local, or execute yarn start
which will start a local development server on port
3000 and open a new browser window.
Should you get the error Node Sass does not yet support your current environment
when starting
the application execute the following commands:
yarn remove node-sass-chokidar
and
yarn add node-sass-chokidar
This should fix the error and the application can be started.
Icons provided by The Noun Project.
- Customer: created by Gonzalo Bravo
- Shop: created by Anton Gajdosik