Skip to content

Commit

Permalink
📝 docs(Readme): adds guide for env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rabira-hierpa committed May 31, 2023
1 parent d172299 commit 00bb26d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ The source code of my portfolio site <a href="https://rz-codes.com" target="_bla
Navigate into your new site’s directory and start it up.

```shell
# Copy the env file and fill in the env values
cp env.example .env
# Start the development server
gatsby develop
```

Expand Down
3 changes: 3 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
GA_TRACKING_ID=<YOUR_GA_TAG_ID>
WPGRAPHQL_URL=<YOUR_WPGRAPHQL_URL>
NODE_ENV=development

0 comments on commit 00bb26d

Please sign in to comment.