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
This commit is contained in:
Ruidy 2021-03-20 12:47:24 +01:00 committed by GitHub
parent ae15f1440a
commit 73ced1f244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2006 additions and 1679 deletions

3
.gitpod.yml Normal file
View file

@ -0,0 +1,3 @@
tasks:
- init: yarn install && yarn run build
command: yarn run start

View file

@ -1,3 +1,5 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rjNemo/football-summaries)
# Football summaries # Football summaries
See free video summaries of the latest football games. See free video summaries of the latest football games.

3680
yarn.lock

File diff suppressed because it is too large Load diff