Skip to content

Latest commit

 

History

History
executable file
·
35 lines (20 loc) · 968 Bytes

README.md

File metadata and controls

executable file
·
35 lines (20 loc) · 968 Bytes

Socialgorithm Website

Codacy Badge

Welcome humans, or robots.

This is the source repository for the Socialgorithm website, built and served using Jekyll.

Making Updates

To make updates to the website, clone this repository and do the following:

Prerequisites

You will need to have the following build tooling installed:

  • Node
  • Ruby

Install Dependencies

Run the following to install dependencies:

npm install
bundle install

Serve the local website

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