Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

waigo/waigo.github.io

Repository files navigation

Waigo.js documentation website

Built using gatsby.

## Development

$ npm install
$ npm run setup
$ gatsby develop

Production build

$ npm run setup
$ npm run build

Production deploy

$ npm run deploy