Files
carbon/.gitpod.yml
Anudeep Reddy 0444ee74c0 Simplified Contributions and Automated development setup using Gitpod (#798)
* Automated development setup using Gitpod

* code -> infra

* update .gitpod.yml

* Update CONTRIBUTING.md

* simplified gitpod config file

* fix up contributing document
2019-07-12 16:04:48 +00:00

7 lines
83 B
YAML

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