mirror of
https://github.com/Alee14/chine-projet.git
synced 2025-01-22 05:31:47 -05: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:
parent
301228ad97
commit
5ed60768f4
2 changed files with 7 additions and 0 deletions
5
.gitpod.yml
Normal file
5
.gitpod.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
image: gitpod/workspace-full
|
||||
|
||||
tasks:
|
||||
- init: yarn install && yarn run build
|
||||
command: yarn run start
|
|
@ -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/Alee14/chine-projet)
|
||||
|
||||
# chine-project
|
||||
|
||||
## Build Setup
|
||||
|
|
Loading…
Reference in a new issue