Skip to content

herculeeza/tl-docs

 
 

Repository files navigation

Trustlines Docs

Trustlines Docs


Work In Progress


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.

Content

  • Guides

  • Legal

Requirements and steps for running the site locally

Requirements

  • 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++ -v and make -v in your system’s command line interface)
  • Jekyll (currently using v4.0.0)

Steps to install locally

Running locally

  • 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.yml file and run serve again.

About

Trustlines non-technical documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.7%
  • JavaScript 16.5%
  • HTML 7.4%
  • Ruby 0.4%