-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |