From 6f0a00ff50b5695a0f6dacf39ee22dc0959ee296 Mon Sep 17 00:00:00 2001 From: ZoeOzone Date: Mon, 8 Mar 2021 03:52:57 +0000 Subject: [PATCH] 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. --- .gitpod.yml | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..30c7b74 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - init: npm install && npm run build diff --git a/README.md b/README.md index 66988d5..506ca91 100644 --- a/README.md +++ b/README.md @@ -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/runwayml/hosted-models) + # Hosted Models JavaScript SDK [![Runway Hosted Models JavaScript SDK Image](https://runway-static-assets.s3.amazonaws.com/github/hosted-models-js-sdk.jpg)](https://runwayml.com)