yarn install
Create a .env.local
file and there add environment variable VUA_APP_FB_API_KEY
with the Api Key for Firebase.
The file should have one line that look like:
VUE_APP_FB_API_KEY=exampleValueForWebApiKey
The web API key for this project can be found here https://console.firebase.google.com/project/d-printing-dev/settings/general/web:NWMxNDA4YjgtZmQxNi00YWQ5LWFjNzAtN2M2YTkxNjgyNWE1
yarn serve
yarn build
yarn lint