1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-12-08 00:45:29 +01:00

Fully automate dev setup with Gitpod

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab 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:
Divlo 2020-09-12 21:02:40 +00:00
parent e63d3b8784
commit bd5bc38947
2 changed files with 5 additions and 2 deletions

4
.gitpod.yml Normal file
View File

@ -0,0 +1,4 @@
image: gitpod/workspace-full
tasks:
- init: npm install

View File

@ -7,8 +7,7 @@
<p align="center">
<a href="https://gitmoji.carloscuesta.me/"><img src="https://camo.githubusercontent.com/2a4924a23bd9ef18afe793f4999b1b9ec474e48f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6769746d6f6a692d253230f09f989c253230f09f988d2d4646444436372e7376673f7374796c653d666c61742d737175617265" alt="Gitmoji"/></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
<a href="https://github.com/Divlo/programming-challenges/commits/master"><img src="https://img.shields.io/github/commit-activity/m/Divlo/programming-challenges" alt="Commit Activity"/></a>
<img src="https://img.shields.io/github/stars/Divlo/programming-challenges?style=social" alt="Stars"/>
<a href="https://gitpod.io/#https://github.com/Divlo/programming-challenges"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" alt="Gitpod ready-to-code"/></a>
<br/> <br/>
<img src="./.github/logo.png" width="120" alt="programming-challenges Logo" />
</p>