This project uses node 14.15.1
and yarn 1.22.4
.
You can manuall install them or use asdf.
asdf install
yarn install
firebase 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 build
You can use eslint to help you format your code.
yarn lint