You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Team-wide CLI for spawning up dev servers on demand, powered by Terraform.
14
-
||||||| parent of 059e6c7a (Add logos)
15
-
Provision remote development environments with Terraform.
16
-
=======
17
-
Provision remote development environments anywhere on anything.
18
-
>>>>>>> 059e6c7a (Add logos)
19
-
||||||| parent of b6574d34 (Integrate Ben's improvements)
20
-
Provision remote development environments anywhere on anything.
21
-
=======
22
11
Provision remote development servers anywhere on anything.
23
-
>>>>>>> b6574d34 (Integrate Ben's improvements)
24
12
25
13

26
14
27
-
<<<<<<< HEAD
28
15
## Highlights
29
16
30
17
Workspaces:
18
+
31
19
- Code on powerful servers: leverage cloud GPU, GPU, and network speeds
32
20
- Use the `coder` CLI: connect via SSH, VS Code, and JetBrains
33
21
- Self-serve workspaces: start from team-wide templates (see below)
34
22
35
23
Templates:
24
+
36
25
- Manage the infrastructure behind workspaces with standard Terraform (`.hcl` files)
37
26
- Use any OS and architecture: Mac, Windows, Linux, VM, Kubernetes, ARM, etc
38
27
- Auto-shutdown or update workspaces when they're not in use!
39
28
40
-
||||||| parent of b6574d34 (Integrate Ben's improvements)
41
-
## Highlights
42
-
43
-
- Automate development environments for Linux, Windows, and macOS
44
-
- Start writing code with a single command
45
-
- Get started quickly using one of the [examples](./examples) provided
46
-
=======
47
-
- Automate development environments for Linux, Windows, and macOS
48
-
- Start writing code with a single command
49
-
- Get started quickly using one of the [examples](./examples) provided
50
-
>>>>>>> b6574d34 (Integrate Ben's improvements)
51
-
52
29
TODO: succintly list value props
53
30
54
31
## How it works
55
32
56
-
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
57
-
required to get started. We have a database of pre-made templates built into
58
-
the product. Terraform empowers you to create
59
-
remote environments on _anything_, including:
33
+
Coder workspaces are represented with terraform. But, no terraform knowledge is
34
+
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
0 commit comments