This is the frontend repository of IDS-DRR built using React, Next.js, and GraphQL.
The following dependencies must be available globally on your system:
- Download and install [https://nodejs.org/en/](NodeJS LTS v18+) and npm
- Clone the repository
git clone https://github.com/CivicDataLab/IDS-DRR-Frontend.git
- Navigate to the project directory.
cd IDS-DRR-Frontend
- Install the dependencies.
npm install --legacy-peer-deps
- Create your local environment configuration from the sample file:
cp env.sample .env.local
After completing the installation steps, you can run the project locally by executing:
npm run dev
npm run test
- Start by reading our Code of conduct
- Get familiar with our contributor guidelines explaining the different ways in which you can support this project! We need your help!