This project uses node 14.15.1 and yarn 1.22.4.
You can manuall install them or use asdf.
asdf install
yarn installfirebase login
firebase init emulators
firebase init functions# Development mode
yarn fb:start
yarn dev
- The app will be available on http://localhost:5000/
- Firebase emulation ui: http://localhost:5001/
yarn buildYou can use eslint to help you format your code.
yarn lint