Skip to content

Commit 5d40699

Browse files
committed
WIP
Tool: gitpod/catfood.gitpod.cloud
1 parent 91ad3e7 commit 5d40699

File tree

1 file changed

+26
-34
lines changed

1 file changed

+26
-34
lines changed

README.md

Lines changed: 26 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<a href="https://www.gitpod.io">
22
<img width="1500" alt="Gitpod banner image" src="https://github.com/gitpod-io/gitpod/assets/55068936/ff393a65-a4f3-4997-a066-10337562cc34">
3-
</a>
3+
</a>1
44

55
<br>
66
<br>
77

8-
9-
108
<div align="center" style="flex-direction: row;">
119
<a href="https://www.gitpod.io#gh-light-mode-only">
1210
<img src="https://github.com/gitpod-io/gitpod/assets/55068936/01a00b23-e1f5-4650-a629-89db8e300708" style="width: 256px">
@@ -16,12 +14,10 @@
1614
</a>
1715
</div>
1816

19-
2017
[Gitpod](https://www.gitpod.io)’s developer platform provides on-demand, pre-configured environments that automatically integrate into any tool, library, or dependency required for creating software. Gitpod workspaces are the fastest and most secure way to ship software and are as easy as adding a `.gitpod.yml` file to the root of any repository.
2118

2219
📄 [Read Cloud Development Environment white paper](https://www.gitpod.io/whitepaper/cde)
2320

24-
2521
<div align="center" style="flex-direction: row;">
2622
<a href="https://www.gitpod.io#gh-light-mode-only">
2723
<img src="https://github.com/gitpod-io/gitpod/assets/55068936/84beb5da-fa5b-4966-a454-8f5b2607a8ed">
@@ -31,38 +27,34 @@
3127
</a>
3228
</div>
3329

34-
35-
3630
## Features
3731

38-
- **Dev environments as code** - Gitpod is like infrastructure-as-code, but for your development environment. Gitpod defines your editor extensions and requires dependencies in a declarative [`.gitpod.yml` configuration](https://www.gitpod.io/docs/introduction/gitpod-tutorial/2-configure-your-gitpod-yml). Spinning up dev environments is easily repeatable and reproducible empowering you to automate, version-control, and share dev environments across your team.
39-
- [**Prebuilt dev environments**](https://www.gitpod.io/docs/configure/projects/prebuilds) - Gitpod continuously prebuilds all your git branches similar to a CI server. Control how Gitpod pre-configures and initializes environments before you even start a workspace through tasks commands in your .gitpod.yml. No more watching apt-get or npm install again. 
40-
- [**Secure**](https://www.gitpod.io/security) - Each Gitpod workspace or prebuild runs on a secured single-use container providing fast startup times without compromising on security. Gitpod generates SLSA level 1 compliant provenance. Gitpod is also GDPR and SOC2 compliant. And, of course, Gitpod is open-source and available for review by everyone.
41-
- **Workspaces based on Docker** - Gitpod instantly starts a container in the cloud based on an (optional) [Docker image](https://www.gitpod.io/docs/config-docker/). If you’re already using Docker, you can easily re-use your Docker file. 
42-
- **GitLab, GitHub, Bitbucket and Azure DevOps integration** - Gitpod seamlessly [integrates](https://www.gitpod.io/docs/configure/authentication) into your workflow and works with all major Git hosting platforms including GitHub, GitLab, Bitbucket, and Azure DevOps.
43-
- **Integrated code reviews** - with Gitpod you can do native code reviews on any PR/MR. No need to switch contexts anymore and clutter your local machine with your colleagues' PR/MR.
44-
- **Collaboration** - invite team members to your dev environment or snapshot of any state of your dev environment to share it with your team asynchronously.
45-
**Professional & customizable developer experience** - a Gitpod workspace gives you the same capabilities as your Linux machine - pre-configured and optimized for your development workflow. Install any [VS Code extension](https://www.gitpod.io/docs/references/ides-and-editors/vscode-extensions) with one click on a user and/or team level. You can also bring your [dotfiles](https://www.gitpod.io/docs/configure/user-settings/dotfiles#dotfiles) and customize your dev environment as you like.
46-
32+
- **Dev environments as code** - Gitpod is like infrastructure-as-code, but for your development environment. Gitpod defines your editor extensions and requires dependencies in a declarative [`.gitpod.yml` configuration](https://www.gitpod.io/docs/introduction/gitpod-tutorial/2-configure-your-gitpod-yml). Spinning up dev environments is easily repeatable and reproducible empowering you to automate, version-control, and share dev environments across your team.
33+
- [**Prebuilt dev environments**](https://www.gitpod.io/docs/configure/projects/prebuilds) - Gitpod continuously prebuilds all your git branches similar to a CI server. Control how Gitpod pre-configures and initializes environments before you even start a workspace through tasks commands in your .gitpod.yml. No more watching apt-get or npm install again.
34+
- [**Secure**](https://www.gitpod.io/security) - Each Gitpod workspace or prebuild runs on a secured single-use container providing fast startup times without compromising on security. Gitpod generates SLSA level 1 compliant provenance. Gitpod is also GDPR and SOC2 compliant. And, of course, Gitpod is open-source and available for review by everyone.
35+
- **Workspaces based on Docker** - Gitpod instantly starts a container in the cloud based on an (optional) [Docker image](https://www.gitpod.io/docs/config-docker/). If you’re already using Docker, you can easily re-use your Docker file.
36+
- **GitLab, GitHub, Bitbucket and Azure DevOps integration** - Gitpod seamlessly [integrates](https://www.gitpod.io/docs/configure/authentication) into your workflow and works with all major Git hosting platforms including GitHub, GitLab, Bitbucket, and Azure DevOps.
37+
- **Integrated code reviews** - with Gitpod you can do native code reviews on any PR/MR. No need to switch contexts anymore and clutter your local machine with your colleagues' PR/MR.
38+
- **Collaboration** - invite team members to your dev environment or snapshot of any state of your dev environment to share it with your team asynchronously.
39+
**Professional & customizable developer experience** - a Gitpod workspace gives you the same capabilities as your Linux machine - pre-configured and optimized for your development workflow. Install any [VS Code extension](https://www.gitpod.io/docs/references/ides-and-editors/vscode-extensions) with one click on a user and/or team level. You can also bring your [dotfiles](https://www.gitpod.io/docs/configure/user-settings/dotfiles#dotfiles) and customize your dev environment as you like.
4740

4841
## Getting Started
4942

50-
- **Browser**
51-
- Using Gitpod dashboard [gitpod.io/new](https://gitpod.io/new).
52-
- Add `gitpod.io/# `as a prefix to any of your GitHub/ GitLab/ Bitbucket repository, like [this](https://gitpod.io/#https://github.com/gitpod-io/template-typescript-react)
53-
- **CLI**: You can also [install the Gitpod CLI](https://www.gitpod.io/docs/references/gitpod-cli#installation) and create your first workspace directly from your terminal :)
54-
43+
- **Browser**:
44+
- Using Gitpod dashboard [gitpod.io/new](https://gitpod.io/new).
45+
- Add `gitpod.io/# `as a prefix to any of your GitHub/ GitLab/ Bitbucket repository, like [this](https://gitpod.io/#https://github.com/gitpod-io/template-typescript-react)
46+
- **CLI**: You can also [install the Gitpod CLI](https://www.gitpod.io/docs/references/gitpod-cli#installation) and create your first workspace directly from your terminal :)
5547

5648
## Documentation
5749

5850
All documentation can be found on [www.gitpod.io/docs](https://www.gitpod.io/docs). For example, see [Gitpod tutorial](https://www.gitpod.io/docs/introduction/gitpod-tutorial) and check the following helpful resources:
59-
- [Workspace Lifecycle](https://www.gitpod.io/docs/configure/workspaces/workspace-lifecycle)
60-
- [Configure repositories](https://www.gitpod.io/docs/configure/repositories)
61-
- [Organizations](https://www.gitpod.io/docs/configure/orgs)
62-
- [IDE & Editors support](https://www.gitpod.io/docs/references/ides-and-editors)
63-
- [Video screencasts](https://www.gitpod.io/screencasts)
64-
- [Gitpod samples](https://github.com/gitpod-samples)
6551

52+
- [Workspace Lifecycle](https://www.gitpod.io/docs/configure/workspaces/workspace-lifecycle)
53+
- [Configure repositories](https://www.gitpod.io/docs/configure/repositories)
54+
- [Organizations](https://www.gitpod.io/docs/configure/orgs)
55+
- [IDE & Editors support](https://www.gitpod.io/docs/references/ides-and-editors)
56+
- [Video screencasts](https://www.gitpod.io/screencasts)
57+
- [Gitpod samples](https://github.com/gitpod-samples)
6658

6759
## Questions
6860

@@ -77,16 +69,16 @@ The issue tracker is used for tracking bug reports and feature requests for the
7769

7870
You can upvote popular feature requests or create a new one.
7971

80-
8172
## Related Projects
8273

8374
During the development of Gitpod, we also developed some of our infrastructure toolings to make development easier and more efficient. To this end, we've developed many open-source projects including:
84-
- [Workspace images](https://github.com/gitpod-io/workspace-images): Ready to use docker images for Gitpod workspaces
85-
- [OpenVSCode Server](https://github.com/gitpod-io/openvscode-server): Run the latest VS Code on a remote machine accessed through a browser
86-
- [Gitpod browser extension](https://github.com/gitpod-io/browser-extension): It adds a Gitpod button to the configured GitLab, GitHub, Bitbucket and Azure DevOps installations
87-
- [Leeway](https://github.com/gitpod-io/leeway) - A heavily caching build system
88-
- [Dazzle](https://github.com/gitpod-io/dazzle) - An experimental Docker image builder
89-
- [Werft](https://github.com/csweichel/werft) - A Kubernetes native CI system
75+
76+
- [Workspace images](https://github.com/gitpod-io/workspace-images): Ready to use docker images for Gitpod workspaces
77+
- [OpenVSCode Server](https://github.com/gitpod-io/openvscode-server): Run the latest VS Code on a remote machine accessed through a browser
78+
- [Gitpod browser extension](https://github.com/gitpod-io/browser-extension): It adds a Gitpod button to the configured GitLab, GitHub, Bitbucket and Azure DevOps installations
79+
- [Leeway](https://github.com/gitpod-io/leeway) - A heavily caching build system
80+
- [Dazzle](https://github.com/gitpod-io/dazzle) - An experimental Docker image builder
81+
- [Werft](https://github.com/csweichel/werft) - A Kubernetes native CI system
9082

9183
## Code of Conduct
9284

0 commit comments

Comments
 (0)