cd frontend-vue
npm install
VITE_IMAPI="http://localhost:8080/" VITE_NODE_API="http://localhost:3000/" VITE_ONTOLOGY_URL="https://ds0esjp1tzujt.cloudfront.net/CoreOntology.json"
cd frontend-vue
npm run serve
Navigate your browser to http://localhost:8081
The proxy expects IM API to be running on localhost:8080
npm run build