Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 746 Bytes

kitura.io

This is the GitHub repository for http://www.kitura.io, which is hosted as a GitHub pages website

Contributing

We welcome all improvements to this website. Please see our Contributing guidelines.

Local setup

If you want to preview this website locally, follow these steps:

  1. Obtain and install the following packages if you don't already have them:

    1. Node.js (or another javascript runtime)
    2. Ruby
    3. Bundler
    4. Jekyll-redirect-from gem
  2. Run bundle install

  3. Start jekyll, by running bundle exec jekyll serve

  4. Open http://localhost:4000/ in your browser.

For more information about Jekyll, see https://jekyllrb.com.

Licence

Apache Licence, Version 2.0