Skip to content

Kitura/kitura.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitura.dev

This is the GitHub repository for http://www.kitura.dev, 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. Clone the kitura.dev project onto your machine: git clone https://github.com/Kitura/kitura.dev.git
  2. Enter the website directory: cd kitura.dev/website
  3. Run the npm install command: npm install
  4. Run the npm install -g gatsby-cli comand: npm install -g gatsby-cli
  5. Run the gatsby develop command: gatsby develop

This will open the website in your default browser.

Licence

Apache Licence, Version 2.0