Skip to content
Snippets Groups Projects
Commit efae18b4 authored by kind2511's avatar kind2511
Browse files

updated readme

parent 3a5f0508
No related branches found
No related tags found
No related merge requests found
...@@ -58,10 +58,10 @@ To get started, you'll need to install: ...@@ -58,10 +58,10 @@ To get started, you'll need to install:
``` ```
npm install npm install
``` ```
In FrontEnd directory create .env file in the root of the Frontend folder and add: In FrontEnd directory create .env file in the root of the Frontend folder and add auth0 domain and clientId for your application:
``` ```
REACT_APP_AUTH0_DOMAIN={your auth0 domain} REACT_APP_AUTH0_DOMAIN={your applications auth0 domain}
REACT_APP_AUTH0_CLIENT_ID={your auth0 client id} REACT_APP_AUTH0_CLIENT_ID={your applications auth0 client id}
``` ```
3. **BackEnd Setup**: 3. **BackEnd Setup**:
Navigate to the BackEnd directory: Navigate to the BackEnd directory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment