This is the GitHub repository for http://www.kitura.dev, 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.dev
project onto your machine:git clone https://github.com/Kitura/kitura.dev.git
- Enter the website directory:
cd kitura.dev/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