Skip to content
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

docs: document rust playground #144

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
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
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