Important
This project is very early in development. Feedback and contributions are welcome :)
This is the source code for the Ruby Playground website.
Command | Description |
---|---|
npm run build |
Build the website |
npm run serve |
Build and serve the website locally |
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 |
The website is deployed to GitHub Pages using GitHub Actions.