Skip to content

debtcollective/disputes

Dispute Tools Frontend

Stack and Libraries

Setup

Dotenv

Run cp .env.template .env and replace the values with your specific configuration.

Usage

yarn start will run the project in development mode.

API

You will want to run the disputes-api app along with this one in development. Follow setup instructions in disputes-api.

Tests

Jest

yarn test will run tests. We are using Jest for tests

Cypress

We are using Cypress for our integration testing.

To run tests in the terminal

yarn test:cypress

To run tests with GUI

yarn cypress open

Notes

In order to satisfy all the needs of the project, there is some custom code on top of the tecnologies we use that will be further described in our guide