A CSS code-in-the-dark challenge game built with Create React App, Firebase and Netlify.
Child folders each have their own readmes
/functions- contains serverless backend lamba functions, built both for Netlify Functions and Firebase Functions/public- files that will be available as-is on the web server/scripts- convenience scripts, eg. migration, unused currently/src- the front-end app
Install Firebase CLI
npm install -g firebase-tools
Install Netlify CLI
npm install -g netlify cli
To start a local dev server with access to Netlify Functions run
netlify dev