This project represent the dev environment of the SAFExTY Website.
In order to use this project, you will have to run the Auth-Server.
You can specify the server URL in src/axios/axios.js
or by setting the env-variable API_URL
.
npm install
npm run serve
npm run build
npm run lint