wekan/.gitpod.yml
Júnior Mendonça 8648e32108 Add gitpod config
this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
2020-04-11 23:27:59 +00:00

4 lines
63 B
YAML

tasks:
- init: npm install
image:
file: .gitpod.Dockerfile