Trustlines Docs will contain all the non-technical documentation related to Trustlines.
Here you can find all kind of non-technical details about Trustlines.
This site is a work in progress and the documentation.
-
Guides
-
Legal
- Ruby version 2.4.0 or above, including all development headers (ruby version can be checked by running
ruby -v) - RubyGems (which you can check by running
gem -v) - GCC and Make (in case your system doesn’t have them installed, which you can check by running
gcc -v,g++ -vandmake -vin your system’s command line interface) - Jekyll (currently using v4.0.0)
cd path-to-your-tl-docs-folder/- Run
bundle exec jekyll serve - Open http://127.0.0.1:4000/ in your favourite browser
- If you're running into a 404 Not found error, try setting
baseurl: ""in the_config.ymlfile and run serve again.
- If you're running into a 404 Not found error, try setting
