Skip to content

Commit

Permalink
chore(documentation) : updated docs for setting up environment variab…
Browse files Browse the repository at this point in the history
…les (#797)

* Added docs for setting up env variables

* Updated env docs
  • Loading branch information
aialok authored Jul 29, 2024
1 parent b06a316 commit 2e899cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ git submodule init
git submodule update
```

### Setup Enviroment Variables

1. Create a new `.env` file by copying the contents of the `.env.example` into `.env` file. Use this command:
```
cp .env.example .env
```
2. Open .env and fill in your actual values for each variable.

3. Save the file.

4. Ensure .env is in your .gitignore.


#### Install dependencies

Install dependencies
Expand Down

0 comments on commit 2e899cc

Please sign in to comment.