Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 700 Bytes

File metadata and controls

25 lines (17 loc) · 700 Bytes

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.