Run cp .env.template .env
and replace the values with your specific configuration.
yarn start
will run the project in development mode.
You will want to run the disputes-api app along with this one in development. Follow setup instructions in disputes-api.
yarn test
will run tests. We are using Jest for tests
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
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