We presume your environment is OSX.
- Install
node,npm,ruby,yarnfirst - macOS:
brew install ruby node npm yarn - ubuntu:
sudo apt install ruby nodejs(aside: does this includenpm?) - Ubuntu: Note: you'll need to install yarn yourself
- Install dependencies:
gem install bundlethenbundle installthenyarn install
- To run a development copy for everything run
yarn flux - To simulate a build run
yarn build
- Deployments automatically happen via the
masterbranch. - All merges require a PR.
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.