mirror of
https://github.com/rjNemo/deno_hello
synced 2026-06-06 01:56:40 +00:00
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.
This commit is contained in:
parent
1acc1232ba
commit
ff16b10fd7
2 changed files with 4 additions and 0 deletions
2
.gitpod.yml
Normal file
2
.gitpod.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
tasks:
|
||||||
|
- init: make
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
[](https://gitpod.io/#https://github.com/rjNemo/deno_hello)
|
||||||
|
|
||||||
# Hello Server
|
# Hello Server
|
||||||
|
|
||||||
Web app which returns the iconic Hello, World in various locales
|
Web app which returns the iconic Hello, World in various locales
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue