mirror of
https://github.com/carbon-app/carbon.git
synced 2021-06-01 18:32:55 +03:00
* Automated development setup using Gitpod * code -> infra * update .gitpod.yml * Update CONTRIBUTING.md * simplified gitpod config file * fix up contributing document
7 lines
83 B
YAML
7 lines
83 B
YAML
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|
|
tasks:
|
|
- init: yarn
|
|
command: yarn dev
|