Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.34 KB

stuyspec.com

CircleCI license code style: prettier

The client-facing application of The Stuyvesant Spectator, built in React.

Contributing

We welcome pull requests from Spec Web developers and seasoned JavaScript developers alike! Please follow these steps to contribute.

Roadmap

For information on the things which are currently being focused on, please visit the ROADMAP.md file.

Setting Up

  1. Clone the repository
$ git clone https://github.com/stuyspec/stuyspec.com.git
  1. In the stuyspec.com folder, run
npm install
  1. Run the application
npm start
  1. 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

Deploying

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