Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

cuhacking/cuHacking-website-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project: Snorlax

The main website for cuHacking 2020. Built with React using create-react-app. Find an explanation of what it contains here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

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

Testing

Run the development server with

yarn start

The server runs on localhost:3000.

Building

Create an optimized production build with

yarn build

Test your production build with

serve -s build

and navigate to localhost:5000.

Packages