npm install
npm run serve
npm run build
To prevent your api keys being displayed publicly on github you need to make an .env file in the root directory with the following keys.
VUE_APP_CLIENT_ID=*****
VUE_APP_CLIENT_SECRET=*****
VUE_APP_LOGIN_PASSWORD=*****
VUE_APP_LOGIN_USERNAME=****