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.
This commit is contained in:
Ruidy 2021-02-20 10:38:23 +00:00
parent be02f8e5a3
commit 7c12f95cff
2 changed files with 7 additions and 1 deletions

2
.gitpod.yml Normal file
View file

@ -0,0 +1,2 @@
tasks:
- init: make

View file

@ -1,3 +1,5 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rjNemo/deno_hello)
# Hello Server
Web app which returns the iconic Hello, World in various locales
@ -8,7 +10,9 @@ Web app which returns the iconic Hello, World in various locales
- [x] Select the locale by id
- [x] Use with CLI
- [x] Basic HTTP server
- [ ] Create a frontend (html template rendering)
- [ ] Deployment
## Installation
On macOS use HomeBrew to install `deno` then update to latest version.