interledger / interledger-website

🙅 Previous version of the interledger.org website
6 stars 10 forks source link

This version of the website is now deprecated. The new website lives in https://github.com/interledger/interledger.org-frontend, https://github.com/interledger/interledger.org-backend and https://github.com/interledger/interledger.org-developers.

Interledger

This project uses Gulp, Jekyll, Cloudcannon Suite. It is meant for hosting on Cloudcannon, but it is possible to reconfigure for other hosting solutions.

Getting Started

  1. Install Ruby 2.6.7
  2. Run gem install bundler:2.2.19
  3. Install Node packages: yarn install

Daily Startup

  1. cd to project directory
  2. Start environment: yarn dev
  3. Navigate to http://localhost:4000/

Known issues