npm install
Create a .env.local
file at the root of the project containing the environment variables needed for the facebook graph api requests.
VUE_APP_FACEBOOK_APP_ID=<APP_ID>
VUE_APP_FACEBOOK_GROUP_ID=<GROUP_ID>
npm run serve
npm run build
npm run lint
The master branch and pull requests against it are automatically deployed with netflify. To ensure the page will work the environment variables that are locally set have to be provided as well.