yarn
Before running the app you'll need to install Metamask and use the Kovan Test Network.
yarn start
Go to http://localhost:3000.
yarn test
For the POC, the smart contract are deployed on the kovan testnet network.
To get some kovan token, you can follow this link https://github.com/kovan-testnet/faucet.
We use Storybook.
yarn run storybook
Go to http://localhost:9009/.
Update Storybook:
yarn run deploy-storybook
Go to https://kleros.io/kleros-front
yarn run lint # check lint
yarn run lint-fix # fix lint
Build documentation
yarn run build-docs
Open documentation
yarn run docs
Go there.
We welcome contributions from anyone on the internet. Check out our contributing guide to learn more on how to get involved.