Skip to content

Commit e1a8c6d

Browse files
Merge pull request #298 from CivicDataLab/update/readme
Readme update
2 parents 2a29870 + f85bc03 commit e1a8c6d

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# IDS-DRR
22

3-
This is a frontend repository of IDS-DRR built using React and Next.js , GraphQl as the backend
3+
This is the frontend repository of IDS-DRR built using **React**, **Next.js**, and **GraphQL**.
44

55
## Dependencies
66

77
The following dependencies must be available globally on your system:
88

99
- Download and install [https://nodejs.org/en/](NodeJS LTS v18+) and npm
1010

11-
## Installation
11+
## Installation & Setup
1212

1313
1. Clone the repository
1414

@@ -20,7 +20,11 @@ The following dependencies must be available globally on your system:
2020

2121
3. Install the dependencies.
2222

23-
`npm install`
23+
`npm install --legacy-peer-deps`
24+
25+
4. Create your local environment configuration from the sample file:
26+
27+
`cp env.sample .env.local`
2428

2529
## Usage
2630

env.sample

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
BACKEND_URL="https://api.dataspace.open-contracting.in"
2+
NEXT_PUBLIC_BACKEND_URL="https://api.dataspace.open-contracting.in"
23
DATA_MANAGEMENT_LAYER_URL="https://drr.backend.open-contracting.in"
3-
NEXT_PUBLIC_BACKEND_URL= 'https://api.dataspace.open-contracting.in'
4-
NEXT_PUBLIC_DATA_MANAGEMENT_LAYER_URL="https://drr.backend.open-contracting.in"
4+
NEXT_PUBLIC_DATA_MANAGEMENT_LAYER_URL="https://drr.backend.open-contracting.in"
5+
6+
7+
NEXT_PUBLIC_GOOGLE_ANALYTICS_APP_ID=""
8+
NEXT_PUBLIC_GOOGLE_TRANSLATE_KEY=""
9+
10+
SITE_URL=""
11+
12+
SENTRY_AUTH_TOKEN=""
13+
SENTRY_DSN_URL=""
14+
SENTRY_ORG_NAME="civicdatalab-india"
15+
SENTRY_PROJECT_NAME=""
16+
SENTRY_URL=""

0 commit comments

Comments
 (0)