This repo contains the source code and documentation powering AviaCommerce Docs Website.
- Git
- Node: any 8.x version starting with 8.4.0 or greater
- Yarn: See Yarn website for installation instructions
- A fork of the repo (for any contributions)
- A clone of the avia-docs repo on your local machine
cd avia-docs
to go into the project rootyarn
to install the website's npm dependencies
yarn dev
to start the hot-reloading development server (powered by Gatsby)open http://localhost:8000
to open the site in your favorite browser