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

Latest commit

 

History

History
24 lines (17 loc) · 290 Bytes

File metadata and controls

24 lines (17 loc) · 290 Bytes

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