The main website for cuHacking 2020. Built with React using create-react-app. Find an explanation of what it contains here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First you will need to clone this project to your machine. Next you will need to install dependencies. This project uses yarn. Navigate to the root of the repo and run
yarn
or
yarn install
Run the development server with
yarn start
The server runs on localhost:3000.
Create an optimized production build with
yarn build
Test your production build with
serve -s build
and navigate to localhost:5000.