Files
Faraz Patankar 5c66af4831 Add frontmatter to all starters (#98)
* add frontmatter to BlitzJS starter

* add frontmatter to all starters

* add plugins and envVars

* fix envVars formatting

* fix key for defaultValue in envVars

* remove unused frontmatter
2021-05-13 02:56:21 -04:00

546 B

title, description, tags
title description tags
Sinatra A Sinatra webserver
ruby
sinatra

Sinatra Example

This example is a simple Sinatra webserver.

Deploy on Railway

Features

  • Ruby
  • Sinatra

💁‍♀️ How to use

  • Connect to your Railway project railway link
  • Install Ruby requirements bundle install
  • Run Sinatra railway run ruby app.rb