Gitpod
Usage
- Prefix GitHub repo URL with
gitpod.io/#
- There is a free option, see Plans and Pricing
- Support Self-Hosted
- Full access to terminal
- Support connecting to Gitpod with local IDE and editors such as VSCode with Gitpod extension, and many JetBrains IDEs. See IDEs & Editors
- Use gitpod's computing resource
- Connect to gitpod's workspace via SSH
- Open preview browser within browser, See Preview
- side by side with the code
- or in a new browser tab/window
- Environment
- Most languages are preinstalled, such as python, go, java, see Custom Docker Image
- Use
.gitpod.yml
to configure automation, Gitpod can run custom commands automatically or build environment on startup - You can customize your development environment with a
Dockerfile
, see Configure a custom Dockerfile - Prebuild environment for every commit, see An intro to prebuilds
Gitpod Badge to open GitHub repo in GitPod
Use [![Gitpod ready-to-code](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/HuakunShen/LearnAlgorithm)
in Markdown file.
Or replace the badge image url either of the following.