Skip to content

leopardslab/dunner-website

Repository files navigation

dunner-website

Netlify Status Build Status

Dunner website built using Gatsby framework based on React.

Build from source

  • Install node and npm
  • Install gatsby-cli as npm install -g gatsby-cli
  • To build and start the development server, run gatsby develop or npm run start
  • Build project as gatsby build or npm run build
  • To fetch documentation and other git submodules, run npm run get-wiki
  • To fetch CookBook run npm run get-cookbook