https://github.com/interledger/interledger-website
🙅 Previous version of the interledger.org website
https://github.com/interledger/interledger-website
hacktoberfest
Last synced: about 1 year ago
JSON representation
🙅 Previous version of the interledger.org website
- Host: GitHub
- URL: https://github.com/interledger/interledger-website
- Owner: interledger
- Archived: true
- Created: 2021-01-20T20:53:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T11:53:11.000Z (over 2 years ago)
- Last Synced: 2025-03-04T06:21:29.748Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 63.2 MB
- Stars: 6
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/](http://localhost:4000/)
## Known issues ##
- Because Ruby 2.6.7 is no longer supported, if you have to run locally, it is recommended to use a Ruby environment manager to handle your ruby versions
- If you are using rbenv for this, and run into build errors during install, do check the full log to determine the source of the error
- `vm.c:2295:9: error: call to undeclared function 'rb_native_mutex_destroy'; ISO C99 ` can be resolved with `CFLAGS="-Wno-error=implicit-function-declaration" rbenv install 2.6.7` (refer to https://github.com/rbenv/ruby-build/issues/1747)