The Chaincode website is built using Jeykll.
You'll need Ruby & Jekyll to run the site locally. Once they're setup:
- Clone the repository and go into the directory
- (Optional) Run
bundle config set --local path 'vendor/bundle' - Run
bundle install - Run
make preview - Go to http://localhost:4000