Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 470 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 470 Bytes

ENDOrSE Dashboard

Project containing custom dashboard for ENDOrSE

To start the project please clone the repository via ssh or https:

git clone [email protected]:TU-Munich/endorse-dashboard.git
git clone https://github.com/TU-Munich/endorse-dashboard.git

Change the directory to endorse-dashboard:

cd endorse-dashboard

Install required node modules:

npm install

Start the project:

npm start

Dockerized configuration is coming soon.