- Create a new application on firebase (you will need to have a firebase account)
- Clone the files in the repo into your machine
- Rename
.env.example
to.env
and provide the necessary values - setup and initialize firebase (setup Authorization, firestore, storage and emulators) on your machine docs
yarn run dev
- to start in dev mode
yarn run seed
- to seed the database