You need NodeJS installed to use this: https://nodejs.org/en
To deploy you also need the Firebase CLI: npm install -g firebase-tools
npm start
Runs a development server on localhostnpm run build
Builds all the files into the src directoryfirebase login
Login to the firebase CLI so we can deploy to prodfirebase hosting:channel:deploy preview_name
deploy to a preview channel (background map will not work)firebase deploy
deploy to prod
- To enable succesfull linkthroughs (a.k.a. from */nvo to */nvo.html, edit the firebase.json file)