OSWA website repo.
Install Bundler and Jekyll to build the project. See below.
Using Windows? See here.
Using Linux? See here
You also need Node and NPM to work on the code.
- Install
BundlerandJekyll:
gem install bundler jekyll
- Make sure you have Node and NPM installed:
Run npm -v and confirm that it outputs a version.
If not, install it. On MacOS you can easily do that with Homebrew:
brew install nodejs
- Install project:
npm install
bundle install