A progression experience
# create private-config.js
mv src/private-config.js.default src/private-config.js
# fill in your own firebase-details in the file
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build