This is the repository for the Felicity '21 website.
You will need to install ReactJS.
In order to build the development environment, cd into the reactapp directory of this repo, become root if neccessary and run:
$ cd reactapp
$ npm install # installs required npm packages
$ npm start
Navigate to http://localhost:3000/ to view the portal. You mau need to enable CORS for accessing the backend.