8000 Add logos · coder/coder@608208b · GitHub
[go: up one dir, main page]

Skip to content

Commit 608208b

Browse files
committed
Add logos
1 parent 4d9168c commit 608208b

File tree

7 files changed

+971
-0
lines changed

7 files changed

+971
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ vendor
1414
.eslintcache
1515
yarn-error.log
1616
.idea
17+
.DS_Store
1718

1819
# Front-end ignore
1920
.next/

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache
88
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq)
99
[![codecov](https://codecov.io/gh/coder/coder/branch/main/graph/badge.svg?token=TNLW3OAP6G)](https://codecov.io/gh/coder/coder)
1010

11+
<<<<<<< HEAD
1112
Team-wide CLI for spawning up dev servers on demand, powered by Terraform.
13+
||||||| parent of 059e6c7a (Add logos)
14+
Provision remote development environments with Terraform.
15+
=======
16+
Provision remote development environments anywhere on anything.
17+
>>>>>>> 059e6c7a (Add logos)
1218
1319
![Kubernetes workspace in Coder v2](./docs/screenshot.png)
1420

@@ -25,6 +31,31 @@ Templates:
2531
- Auto-shutdown or update workspaces when they're not in use!
2632

2733

34+
TODO: succintly list value props
35+
36+
## How it works
37+
38+
Coder workspaces are represented with terraform. But, no terraform knowledge is
39+
required to get started. We have a database of pre-made templates [here](https://github.com/coder/coder/tree/main/examples). Terraform empowers you to create
40+
environments on _anything_, including:
41+
42+
- VMs across any cloud
43+
- Kubernetes across any cloud (AKS, EKS, GKS)
44+
- Dedicated server providers (Hetzner, OVH)
45+
- Linux, Windows and MacOS environments
46+
47+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
48+
and whatever else Terraform lets you dream up.
49+
50+
TODO: add logos.
51+
52+
<img src="./docs/images/gcp.png" height=64>
53+
<img src="./docs/images/aws.svg" width=64>
54+
<img src="./docs/images/azure.svg" width=64>
55+
<img src="./docs/images/k8s.svg" width=64>
56+
57+
## IDE Support
58+
2859
## Installing Coder
2960

3061
We recommend installing [the latest

docs/images/aws.svg

Lines changed: 48 additions & 0 deletions
Loading

docs/images/azure.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/images/gcp.png

17 KB
Loading

docs/images/k8s.svg

Lines changed: 84 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)
0