Gitpod Logo

Gitpodify

Links

HTML
<a href="https://gitpod.io/#https://github.com/remix-run/indie-stack" target="_blank" rel="noreferrer nofollow">
  Open in Gitpod
</a>
Markdown
[Open in Gitpod](https://gitpod.io/#https://github.com/remix-run/indie-stack)

Buttons

Open in Gitpod
HTML
<a href="https://gitpod.io/#https://github.com/remix-run/indie-stack" target="_blank" rel="noreferrer nofollow"> 
  <img
    alt="Open in Gitpod"
    width="200"
    height="56"
    src="https://gitpod.io/button/open-in-gitpod.svg"
  />
</a>
Markdown
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/remix-run/indie-stack)

Badges

Contribute with Gitpod
HTML
<a href="https://gitpod.io/#https://github.com/remix-run/indie-stack" target="_blank" rel="noreferrer nofollow"> 
  <img
    alt="Contribute with Gitpod"
    width="200"
    height="56"
    src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod"
  />
</a>
Markdown
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/remix-run/indie-stack)

Configuration files

.gitpod.yml
Reference docs
# Commands to start on workspace startup
tasks:
- init: yarn install
  command: yarn build
# Ports to expose on workspace startup
ports:
- port: 8000
  onOpen: open-preview