Frontend is developed with Vue 3 in Vite.
- Install Node.js: https://nodejs.org/en
- Install Vue
- Install Vite
- Install Vuetify
- Install Router
npm install vite
npm install vuetify
npm install router
npm install vis-network
npm install axiosnpm install
npm run devThe backend URL is set in the .env file via the VITE_BACKEND_URL. Change the URL to the backend server and make sure the backend server is
properly called. Don't mix 127.0.0.1 with localhost if you want to save yourself from hours of debugging.