Install packages for python library
$ pip3 install -r requirements.txtInstall npm packages
$ npm installBuild the frontend first
$ npm run buildStart mqtt broker
$ cd src
$ sudo docker run -d -it -p 1883:1883 -v $(pwd)/mosquitto.conf:/mosquitto/config/Start the backend server
$ cd src
$ sudo python3 mapbox.pyYou can access the website according to the ip of your computer.