File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,15 @@ You should have some things pre-installed :
3030git 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
36371 . Create an application on [ Firebase Firestore] ( https://firebase.google.com/docs/firestore )
37382 . [ 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+
40421 . Create an ` env.json ` file by copying the ` sample-env.json ` template
41432 . 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+
7073After 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```
7881sh scripts/dev.sh
You can’t perform that action at this time.
0 commit comments