The client-facing application of The Stuyvesant Spectator, built in React.
We welcome pull requests from Spec Web developers and seasoned JavaScript developers alike! Please follow these steps to contribute.
For information on the things which are currently being focused on, please visit the ROADMAP.md file.
- Clone the repository
$ git clone https://github.com/stuyspec/stuyspec.com.git
- In the
stuyspec.com
folder, run
npm install
- Run the application
npm start
- Experiment with the code!
React automatically hot reloads the code so it will take a few seconds to see your code reflect in the build
To push new features to the website, please make sure they work on your local repo first. After having your features merged into the develop
branch, go into your local stuy-spec-api repo and run bundle exec cap production deploy