Dunner website built using Gatsby framework based on React.
- Install
node
andnpm
- Install gatsby-cli as
npm install -g gatsby-cli
- To build and start the development server, run
gatsby develop
ornpm run start
- Build project as
gatsby build
ornpm run build
- To fetch documentation and other git submodules, run
npm run get-wiki
- To fetch CookBook run
npm run get-cookbook