Skip to content

Commit 2eaddb0

Browse files
author
Johannes Landgraf
authored
Beautify Readme.md and update feature section (#2997)
* Beautify Readme.md and update feature section * Fixed some typos & language * Fixed some more typos
1 parent 25f4ed8 commit 2eaddb0

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

README.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<img alt="Gitpod Logo" src="https://raw.githubusercontent.com/gitpod-io/gitpod/master/components/dashboard/public/images/gitpod-ddd_light.svg" width="300">
1+
<p align="center">
2+
<a href="https://www.gitpod.io">
3+
<img src="https://raw.githubusercontent.com/gitpod-io/gitpod/master/components/dashboard/public/images/gitpod.svg" height="60">
4+
<h3 align="center">Gitpod</h3>
5+
</a>
6+
<p align="center">Always ready-to-code.</p>
7+
</p>
28

39
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
410
[![Werft.dev - Gitpod CI](https://img.shields.io/badge/Werft.dev-CI--builds-green)](https://werft.gitpod-dev.com/)
@@ -11,16 +17,21 @@ Tightly integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and
1117

1218
## Features
1319

14-
- [Dev environments as code](https://www.gitpod.io/docs/#-dev-environments-as-code)
15-
- [Prebuilt dev environments](https://www.gitpod.io/docs/#prebuilds) - automatically prepare environments on every Git push
16-
- Professional developer experience in a browser tab (VS Code Extensions, full Linux terminals)
17-
- Integrated Docker build
18-
- GitLab, GitHub, and Bitbucket integration
19-
- Integrated code reviews
20-
- Snapshots - Snapshot any state of your dev environment and let others create clones
21-
- Collaboration - Invite team members to your environments
22-
- Gitpod CLI to automate your experience
23-
- [learn more](https://www.gitpod.io/features/)
20+
🏗 [Dev environments as code](https://www.gitpod.io/docs/#-dev-environments-as-code) - Gitpod applies lessons learned from infrastructure-as-code. Spinning up dev environments is easily repeatable and reproducible empowering you to automate, version-control and share dev environments across your team.
21+
22+
⚡️ [Prebuilt dev environments](https://www.gitpod.io/docs/#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 `init` commands in your `.gitpod.yml`.
23+
24+
🐳 [Integrated Docker build](https://www.gitpod.io/docs/config-docker/) - Gitpod instantly starts a container in the cloud based on your Docker image. Tools that are required for your project are easy to install and configure.
25+
26+
👐 [GitLab, GitHub, and Bitbucket integration](https://www.gitpod.io/docs/integrations/) - Gitpod seamlessly integrates in your workflow and works with all major git hosting platforms including GitHub, GitLab and Bitbucket.
27+
28+
👀 [Integrated code reviews](https://www.gitpod.io/docs/code-reviews/#code-reviews) - with Gitpod you can do native code reviews on any PR/MR. No need to switch context anymore and clutter your local machine with your colleagues PR/MR.
29+
30+
👯‍♀️ [Collaboration](https://www.gitpod.io/docs/sharing-and-collaboration/) - invite team members to your dev environment or snapshot any state of your dev environment to share it with your team asynchronously.
31+
32+
🛠 Professional & customizable developer experience - a Gitpod workspace gives you the same capabilities (yes, even [root & docker](https://www.gitpod.io/docs/feature-preview/#root-access)) as your Linux machine - pre-configured and optimized for your individual development workflow. Install any [VS Code extension](https://www.gitpod.io/docs/vscode-extensions/) with one click on a user and/or team level.
33+
34+
[Learn more 👉](https://www.gitpod.io/features/)
2435

2536
Gitpod is provided as a [managed Saas version](https://gitpod.io) with a free subscription for open-source or a [free self-hosted version](https://www.gitpod.io/self-hosted/). An enterprise license is available [here](https://www.gitpod.io/self-hosted/).
2637

0 commit comments

Comments
 (0)