Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 731 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 731 Bytes

bormashino-app-template

template repository of apps with Bormaŝino / SPAs written in Ruby

Demo

https://bormashino-app-template.vercel.app

Prerequisites

You need:

  • rbenv + ruby-build
  • npm

Quickstart

in the cloned dir

cat .ruby-version | rbenv install -
gem install foreman
bundle install
(cd src && bundle install)
npm install
./bin/dev

You can see the app at http://localhost:5000/. App codes are basically in src/.

Deployment

Deploy with Vercel

"Vercel for GitHub" works on this project. See https://vercel.com/docs/concepts/git/vercel-for-github