docusaurus/.gitpod.yml
Nisar Hassan Naqvi 7f3829124b feat: add Gitpod config for Docusaurus 2 (#2201)
* feat: fully automates dev setup with gitpod.

* Update .gitpod.yml

* Update README.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-01-12 12:33:21 +08:00

7 lines
101 B
YAML

tasks:
- init: yarn install
command: yarn start
ports:
- port: 3000
onOpen: open-preview