Skip to content

Junior-Caucus-SU/junior.stuysu.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junior Caucus Website

Welcome to the Junior Caucus Website! This website is bootstrapped off of the Create React App.

Visit our timeline here.

Quick Start

To get on our development branch, do this:

git clone git@github.com:Junior-Caucus-SU/junior.stuysu.org.git
cd junior.stuysu.org
git checkout develop
npm i --force
npm start

To get to our main branch, do this:

git clone git@github.com:Junior-Caucus-SU/junior.stuysu.org.git
cd junior.stuysu.org
npm i --force
npm start

Other Commands

Starts the development server.

npm run build

Bundles the app into static files for production.

npm test

Starts the test runner.

npm run eject

Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!