Skip to content

Commit 030979c

Browse files
committed
fix: readme
1 parent 61e55db commit 030979c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ You should have some things pre-installed :
3030
git clone https://github.com/Real-Dev-Squad/identity-service.git
3131
```
3232

33-
# Setting Up Environment for Local Server
33+
# Setting Up the Environment for Your Local Server
34+
35+
## Firestore Setup
3436

35-
## 1. Firestore Setup
3637
1. Create an application on [Firebase Firestore](https://firebase.google.com/docs/firestore)
3738
2. [Generate a service account key file](https://cloud.google.com/iam/docs/creating-managing-service-account-keys)
3839

39-
## 2. Environment Configuration
40+
## Environment Configuration
41+
4042
1. Create an `env.json` file by copying the `sample-env.json` template
4143
2. Add your Firestore service credentials to the file
4244

@@ -67,12 +69,13 @@ It should be added to `env.json` as:
6769
```
6870

6971
## 3. Running the Server
72+
7073
After completing the above steps, you can now run the server locally with your configured environment.
7174

72-
##### *Executing the script to run the server locally*
75+
### Executing the script to run the server locally
7376

74-
- Windows users need to download & install [Git bash](https://gitforwindows.org/) to execute the scirpt.
75-
- Mac/Linux users can run the script in your native terminal.
77+
- Windows users need to download & install [Git bash](https://gitforwindows.org/) to execute the script.
78+
- Mac/Linux users can run the script in their native terminal.
7679

7780
```
7881
sh scripts/dev.sh

0 commit comments

Comments
 (0)