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
Coder creates remote development machines so you can develop your code from anywhere. #coder
18
-
19
-
> **Note**:
20
-
> Coder is in an alpha state, but any serious bugs are P1 for us so [please report them](https://github.com/coder/coder/issues/new/choose).
11
+
Coder creates remote development machines so your team can develop from anywhere.
21
12
22
13
<palign="center">
23
14
<imgsrc="./docs/images/hero-image.png">
24
15
</p>
25
16
17
+
**Manage less**
18
+
19
+
- Ensure your entire team is using the same tools and resources
20
+
- Rollout critical updates to your developers with one command
21
+
- Automatically shut down expensive cloud resources
22
+
- Keep your source code and data behind your firewall
23
+
26
24
**Code more**
27
25
28
26
- Build and test faster
29
27
- Leveraging cloud CPUs, RAM, network speeds, etc.
30
28
- Access your environment from any place on any client (even an iPad)
31
29
- Onboard instantly then stay up to date continuously
32
30
33
-
**Manage less**
31
+
## Getting Started
34
32
35
-
- Ensure your entire team is using the same tools and resources
36
-
- Rollout critical updates to your developers with one command
37
-
- Automatically shut down expensive cloud resources
38
-
- Keep your source code and data behind your firewall
39
-
40
-
## Installing Coder
33
+
> **Note**:
34
+
> Coder is in an alpha state. [Report issues here](https://github.com/coder/coder/issues/new).
41
35
42
36
There are a few ways to install Coder: [install script](./docs/install.md#installsh) (macOS, Linux), [docker-compose](./docs/install.md#docker-compose), or [manually](./docs/install.md#manual) via the latest release (macOS, Windows, and Linux).
43
37
@@ -59,7 +53,7 @@ Once installed, you can run a temporary deployment in dev mode (all data is in-m
59
53
coder server --dev
60
54
```
61
55
62
-
Use `coder --help` to get a complete list of flags and environment variables.
56
+
Use `coder --help` to get a complete list of flags and environment variables. For a full walkthrough, follow [this guide](./docs/walkthrough.md).
63
57
64
58
## Documentation
65
59
@@ -82,7 +76,7 @@ _Last updated: 5/27/22_
82
76
83
77
## Community
84
78
85
-
Join the community on [Discord](https://discord.gg/coder) and [Twitter](https://twitter.com/coderhq) #coder!
79
+
Join our community on [Discord](https://discord.gg/coder) and [Twitter](https://twitter.com/coderhq)!
86
80
87
81
[Suggest improvements and report problems](https://github.com/coder/coder/issues/new/choose)
0 commit comments