Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explanatory notes to the CONTRIBUTING.md file #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ This will setup your project along with firebase emulator in a docker environmen

You should fill in these values in their relevant fields in the `.env` file.

> 📝**NOTE**: You will find a sample env file named `.env.sample` use it to fill the env file.

### Firebase Emulator Setup

1. Refer this site [https://firebase.google.com/docs/emulator-suite/install_and_configure]
Expand Down Expand Up @@ -156,6 +158,8 @@ make emulator-export
To run the project
`npm run dev`

> 📝**NOTE**: The emulator must be working.

If you failed to run the project do the following steps :

- delete node modules
Expand Down