Skip to content

Commit

Permalink
Merge pull request #144 from rust-lang/docs-document-rust-playground
Browse files Browse the repository at this point in the history
docs: document rust playground
  • Loading branch information
MarcoIeni authored Sep 20, 2024
2 parents 6db97b1 + 553d8a9 commit 7d0f391
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions service-catalog/playground/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Rust Playground

The [Rust Playground] is a service that allows users to run Rust code in a web
browser. More info in the Playground [help page].

[terraform/playground] deploys the Rust Playground infrastructure.

The Playground is deployed in an AWS EC2. The [deployment]
directory contains information and scripts on how to deploy it.

## Versions

- Ubuntu version of the EC2 instance.
- [package.json](https://github.com/rust-lang/rust-playground/blob/main/ui/frontend/package.json).
- [Cargo.lock](https://github.com/rust-lang/rust-playground/blob/main/ui/Cargo.lock).

[Rust Playground]: https://play.rust-lang.org/
[help page]: https://play.rust-lang.org/help
[terraform/playground]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/playground
[deployment]: https://github.com/rust-lang/rust-playground/tree/main/deployment

0 comments on commit 7d0f391

Please sign in to comment.