Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 817 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 817 Bytes

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