8000 Rewrite README for launch by ammario · Pull Request #1731 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

Rewrite README for launch #1731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Integrate Ben's improvements
  • Loading branch information
ammario committed May 24, 2022
commit b7bba22c010158b836e8a1d512818ee7049ee3ee
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,23 @@ Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq)
[![codecov](https://codecov.io/gh/coder/coder/branch/main/graph/badge.svg?token=TNLW3OAP6G)](https://codecov.io/gh/coder/coder)

<<<<<<< HEAD
<<<<<<< HEAD
Team-wide CLI for spawning up dev servers on demand, powered by Terraform.
||||||| parent of 059e6c7a (Add logos)
Provision remote development environments with Terraform.
=======
Provision remote development environments anywhere on anything.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jsjoeio and I settled on something like this:

Team-wide CLI for spawning up dev servers on demand, powered by Terraform.

Don't think this is perfect but like the focus on multi-user + being honest with it is CLI-dominant (until it isn't)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@misskniss and i briefly discussed during our 1-1 that it should say "tool" or "platform" instead because there is a UI. Thoughts?

>>>>>>> 059e6c7a (Add logos)
||||||| parent of b6574d34 (Integrate Ben's improvements)
Provision remote development environments anywhere on anything.
=======
Provision remote development servers anywhere on anything.
>>>>>>> b6574d34 (Integrate Ben's improvements)

![Kubernetes workspace in Coder v2](./docs/screenshot.png)

<<<<<<< HEAD
## Highlights

Workspaces:
Expand All @@ -30,15 +37,26 @@ Templates:
- Use any OS and architecture: Mac, Windows, Linux, VM, Kubernetes, ARM, etc
- Auto-shutdown or update workspaces when they're not in use!

||||||| parent of b6574d34 (Integrate Ben's improvements)
## Highlights

- Automate development environments for Linux, Windows, and macOS
- Start writing code with a single command
- Get started quickly using one of the [examples](./examples) provided
=======
- Automate development environments for Linux, Windows, and macOS
- Start writing code with a single command
- Get started quickly using one of the [examples](./examples) provided
>>>>>>> b6574d34 (Integrate Ben's improvements)

TODO: succintly list value props

## How it works

Coder workspaces are represented with terraform. But, no terraform knowledge is
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
required to get started. We have a database of pre-made templates built into
the product. Terraform empowers you to create
environments on _anything_, including:
remote environments on _anything_, including:

- VMs across any cloud
- Kubernetes across any cloud (AKS, EKS, GKS)
Expand Down
0