This project was created using create-react-app
. To run it follow instructions below:
- Install node's latest version. (Preferably, install through nvm)
- Install yarn through
npm install -g yarn
- Clone the repository and
cd frontend && yarn install
inside it. - Now run
yarn start
and you website should pop up in your browser.
Find LICENSE in LICENSE.md file.