football-summaries/.gitpod.yml
Ruidy 73ced1f244
Fully automate dev setup with Gitpod (#7)
* 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.

* update deps
2021-03-20 12:47:24 +01:00

3 lines
76 B
YAML

tasks:
- init: yarn install && yarn run build
command: yarn run start