Volunteers come to the house of the rescued souls (HOS, in russian - Домик Спасенных Душ или ДСД) every day to look after the animals, in the morning and in the evening. To control when and who will be, a schedule is kept in Excel. Purpose - to automate the process of recording people on a schedule.
node version 14.17.2 npm version 6.14.13
npm install
Create .env.local file from .env.example file and setup local variables.
To have a mock server via service worker it's required to provide env variable VUE_APP_MSW
with value true
Setup VUE_APP_AUTH_SERVICE
and VUE_APP_HOS_SERVICE
variables with API urls
Run:
npm start
npm run build
npm run lint
- If the project is configured on the server earlier:
npm run deploy
- If not:
Removes project .env variables!
npm run deploy-with-setup
And setup .env.production file in project source directory on the server