This repository contains the code for the interface (Front End)
Install yarn.
yarn install
cp .env.example .env
Then modify your .env
file to match with your environment.
To run in development mode
yarn dev
yarn test
With coverage
yarn test:coverage
yarn build
And to run in local your build.
yarn preview