- Execute
npm install
to install all the node modules - Create a new file
.env
in the root directory and copy the contents of.env.example
into it. - Copy all credentials from the "Project settings" in firebase console to each field in
.env.example
.
- Execute
npm run dev