Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

56 lines (30 loc) · 1.5 KB

Instructions

Dependencies

We presume your environment is OSX.

  • Install node, npm, ruby first
  • macOS: brew install ruby node npm
  • ubuntu: sudo apt install ruby nodejs (aside: does this include npm?)
  • Install dependencies: gem install bundle then bundle install then npm install

Development

  • To run a development copy for everything run npm run flux
  • To simulate a build run npm run build

Deployment

  • Deployments atomatically happen via the master branch.
  • All merges require a PR.

Hints and Tips

brew install ruby for ruby

gem install bundle for bundle

bundle install to install dependencies

bundle exec jekyll serve --watch to run a dev server for just jekyll stuff.

React is used for the signup form but not for anything else.