rust-web/.gitpod.yml
Ruidy 61a4467fce
Fully automate dev setup with Gitpod (#1)
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-02-11 18:39:02 +01:00

5 lines
91 B
YAML

image: gitpod/workspace-full
tasks:
- init: cargo build
command: cargo watch -x run