This web app is built using JS and React library (with CRA)
Any code contributions are welcomed as long as they are discussed in Github Issues with maintainers. Be aware that if you decided to change something and submit a PR on your own, it may not be accepted.
- Copy
.env.dev
to.env
or set your own env vars - Install dependencies:
yarn install
yarn start
yarn run prettier