-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Instructions
oskar edited this page Jan 27, 2020
·
2 revisions
- Download and install Docker
- Install NodeJS
- clone this repository
git clone https://github.com/openVirtualMobility/competency-directory - to install the dependencies run:
npm i && cd framework-api/src && npm i && cd ../.. && cd framework-ui && npm i && cd .. - compile framework-ui with
npm run build - copy the
buildfolder to toframework-api:cp -r build/ ../framework-api - start the server with:
docker-compose up