mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
* add readme for samples * add sample of importing from repo * add aws-linux and aws-windows examples * cleanup * cleanup * sign * fix grammar and comments from feedback * use descript workspace name * use TF version * Fix requested changes on README Co-authored-by: Kyle Carberry <kyle@coder.com>
16 lines
347 B
Markdown
16 lines
347 B
Markdown
# Examples
|
|
|
|
List examples in our CLI with `coder projects init`.
|
|
|
|
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
|
|
|
|
## Getting Started
|
|
|
|
Clone this repository to create a project from any example listed here:
|
|
|
|
```sh
|
|
git clone https://github.com/coder/coder
|
|
cd examples/aws-macos
|
|
coder projects create
|
|
```
|