File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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
77The 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
13131 . Clone the repository
1414
@@ -20,7 +20,11 @@ The following dependencies must be available globally on your system:
2020
21213 . 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
Original file line number Diff line number Diff line change 11BACKEND_URL="https://api.dataspace.open-contracting.in"
2+ NEXT_PUBLIC_BACKEND_URL="https://api.dataspace.open-contracting.in"
23DATA_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=""
You can’t perform that action at this time.
0 commit comments