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-03-24 09:22:30 +00:00
parent fef9175695
commit 67db437b9d
2 changed files with 5 additions and 0 deletions

3
.gitpod.yml Normal file
View file

@ -0,0 +1,3 @@
tasks:
- init: npm install
command: npm run start

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/MERN_sample_app)
# MERN Stack Demo
Skeleton MERN Stack app with Redux and Firebase.