mirror of
https://github.com/facebook/docusaurus.git
synced 2024-11-25 16:46:13 +08:00
7f3829124b
* feat: fully automates dev setup with gitpod. * Update .gitpod.yml * Update README.md Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
7 lines
101 B
YAML
7 lines
101 B
YAML
tasks:
|
|
- init: yarn install
|
|
command: yarn start
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|