rust-web/.gitpod.yml
Ruidy 61a2a5c490 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-02-11 17:34:05 +00:00

5 lines
91 B
YAML

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