Skip to content

Installation Instructions

oskar edited this page Jan 27, 2020 · 2 revisions

Setup your Development environment

  • 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 build folder to to framework-api: cp -r build/ ../framework-api
  • start the server with: docker-compose up

Clone this wiki locally