Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Kitura-Next/kitura-next.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitura-next.org

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