mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
* feat: fully automates dev setup with gitpod. * Update .gitpod.yml * Update README.md Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
6 lines
101 B
YAML
6 lines
101 B
YAML
tasks:
|
|
- init: yarn install
|
|
command: yarn start
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|