Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 389 Bytes

File metadata and controls

13 lines (9 loc) · 389 Bytes

Chaincode website

The Chaincode website is built using Jeykll.

Development

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