https://github.com/ruby/play-ruby
Ruby Playground Website
https://github.com/ruby/play-ruby
Last synced: 4 months ago
JSON representation
Ruby Playground Website
- Host: GitHub
- URL: https://github.com/ruby/play-ruby
- Owner: ruby
- License: mit
- Created: 2023-11-19T01:11:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T01:42:47.000Z (8 months ago)
- Last Synced: 2025-05-02T02:39:05.533Z (8 months ago)
- Language: TypeScript
- Homepage: https://ruby.github.io/play-ruby/
- Size: 292 KB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby Playground Website
> [!IMPORTANT]
> This project is very early in development. Feedback and contributions are welcome :)
This is the source code for the Ruby Playground website.
## Development
| Command | Description |
| --- | --- |
| `npm run build` | Build the website |
| `npm run serve` | Build and serve the website locally |
## Query Parameters
| URL | Description |
| --- | --- |
| https://ruby.github.io/play-ruby | The latest version of Ruby |
| https://ruby.github.io/play-ruby/?pr=123 | Build of a GitHub Pull Request |
| https://ruby.github.io/play-ruby/?run=123 | Build of a GitHub Actions run |
## Deployment
The website is deployed to GitHub Pages using GitHub Actions.