Back to Vercel

Sinatra Starter

examples/sinatra/README.md

16.1.21.3 KB
Original Source

Sinatra Starter

Deploy your Sinatra project to Vercel with zero configuration.

Live Example: https://vercel-plus-sinatra.vercel.app/

Visit the Sinatra documentation to learn more.

Getting Started

Install the required dependencies:

bash
bundle install

Running Locally

Start the development server on http://localhost:9292

bash
bundle exec rackup

When you make changes to your project, restart the server to see your changes.

Deploying to Vercel

Deploy your project to Vercel with the following command:

bash
npm install -g vercel
vercel --prod

Or git push to your repository with our git integration.

To view the source code for this template, visit the example repository.