mirror of
https://github.com/rjNemo/rust-web
synced 2026-06-06 02:46:41 +00:00
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.
5 lines
91 B
YAML
5 lines
91 B
YAML
image: gitpod/workspace-full
|
|
|
|
tasks:
|
|
- init: cargo build
|
|
command: cargo watch -x run
|