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