This is the frontend github repository for UCL Resolve, a project for a UCL Hackathon 2022.
The frontend section is hosted at heroku server and the API section is located here.
- node js
- yarn
Node js can be installed by following this link.
Then install yarn by typing $ npm install --global yarn
Finally, start developing the frontend section or investigate UCL Resolve by typing:
$ cd frontend
$ yarn
$ yarn start
$ cd frontend
$ yarn start