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

Latest commit

 

History

History
25 lines (19 loc) · 808 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 808 Bytes

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