A PWA using firebase hosting, auth, and firestore to keep count of stuff.
All the firebase configuration comes from the environment (see sample.env). You'll need to build the project prior to deploying.
npm run build
npx firebase deploy
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run tests with jest and preact-render-spy
npm run test