/avia-docs

aviacommerce documentation and website

Primary LanguageJavaScriptCreative Commons Attribution 4.0 InternationalCC-BY-4.0

AviaCommerce Docs

This repo contains the source code and documentation powering AviaCommerce Docs Website.

Getting started

Prerequisites

  1. Git
  2. Node: any 8.x version starting with 8.4.0 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A fork of the repo (for any contributions)
  5. A clone of the avia-docs repo on your local machine

Installation

  1. cd avia-docs to go into the project root
  2. yarn to install the website's npm dependencies

Running locally

  1. yarn dev to start the hot-reloading development server (powered by Gatsby)
  2. open http://localhost:8000 to open the site in your favorite browser