Gitpod Launcher Example

This repository is a proof of concept launching a Gitpod workspace with a pre-determined config. Currently using config from https://github.com/serverless/serverless-cloud-gitpod

.gitpod.yml

Reads a repo passed in via URL environment variables, clones it to the workspace, and replaces the launcher's contents and git context with the new repo

This should remain one single command where all instructions are performed sequentially. Any commands you want to run on first load should belong in this file

This file is single-use and deletes itself when it's done

.gitpod.template.yml

Becomes the new .gitpod.yml for the repo if it doesn't already have one

Examples

default (jacobparis/new, configured in yml)

Open in Gitpod

jacobparis/react-boilerplate

Open in Gitpod