#clone repository
git clone https://github.com/YuSaGoAnMa/assignment.nodejs.socketio
#change directorycd assignment.nodejs.socketio
#install dependencies
npm install
#transpile typescript
npm run tsc
#run everything
npm start
#start your browser!#http://localhost:8080/#change to the right directorycd assignment.nodejs.socketio
cd dist/cities
#run the bashscript
./rndValues.sh
#restart the node server if necessary!