Welcome humans, or robots.
This is the source repository for the Socialgorithm website, built and served using Jekyll.
To make updates to the website, clone this repository and do the following:
You will need to have the following build tooling installed:
- Node
- Ruby
Run the following to install dependencies:
npm install
bundle install
To view the local website:
npm run start
You can now make changes and they should automatically display on the running website (http://localhost:3000), if not, Ctrl/Cmd+C and re-run npm run start