Skip to content

stuysu/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 [email protected]:Junior-Caucus-SU/junior.stuysu.org.git
cd junior.stuysu.org
git checkout develop
npm i
npm start

To get to our main branch, do this:

git clone [email protected]:Junior-Caucus-SU/junior.stuysu.org.git
cd junior.stuysu.org
npm i
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!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • CSS 23.8%
  • Other 1.3%