Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (34 loc) · 972 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 972 Bytes

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 --force
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 --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!