An open API service indexing awesome lists of open source software.

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

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.