Welcome to the Junior Caucus Website! This website is bootstrapped off of the Create React App.
Visit our timeline here.
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
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!