Locaft/.gitpod.yml
Priyatham Sai Chand e90fec71cb Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2021-01-22 06:17:57 +00:00

6 lines
108 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- init: npm install && npm run build
command: npm run start