To fork the most up-to-date UI, use these steps:
- Clone the repo & install deps
$ git clone https://github.com/rave-names/rave-app-v3 RaveSite3
$ # if you are using NPM
$ npm install
$ # if you are using Yarn
$ yarn
- Run the server:
npm run-script start