collective-service / ifrc-gates-dashboard

Dashboard for Collective Service project
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Collective Service Dashboard

Client side React components for Collective Service Project

Development

Before you start, copy .env.example as .env and set the env variables.

# Start web app
docker-compose up
# Generate graphql files
yarn generate

# Build web app
yarn build

# Typescript check
yarn typecheck

# Eslint check
yarn eslint

# Check unused files
yarn check-unused

# Run tests
yarn test

Deployment