This is the codebase to generate the website.
To our develop / build site on your local machine do the following:
- Install Jekyll using
gem install jekyll - Install
npmdependences:npm i - Use
npmtasks to build static site or run it locallynpm run watch- for developing locallynpm run build- for deployment
- Build the static site for serving to the world wide web using
npm run build