Gitpodify
Links
HTML
<a href="https://gitpod.io/#https://github.com/jacobparis/new" target="_blank" rel="noreferrer nofollow"> Open in Gitpod </a>
Markdown
[Open in Gitpod](https://gitpod.io/#https://github.com/jacobparis/new)
Buttons
HTML
<a href="https://gitpod.io/#https://github.com/jacobparis/new" 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/jacobparis/new)
Badges
HTML
<a href="https://gitpod.io/#https://github.com/jacobparis/new" 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/jacobparis/new)
Configuration files
.gitpod.yml
# 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