This is the GitHub repository for http://www.kitura.io, which is hosted as a GitHub pages website.
We welcome all improvements to this website. Please see our Contributing guidelines.
If you want to preview this website locally, follow these steps:
- Clone the
kitura.io
project onto your machine:git clone https://github.com/IBM-Swift/kitura.io.git
- Enter the website directory:
cd kitura.io/website
- Run the
npm install
command:npm install
- Run the
npm install -g gatsby-cli
comand:npm install -g gatsby-cli
- Run the
gatsby develop
command:gatsby develop
This will open the website in your default browser.
Apache Licence, Version 2.0