Skip to content

keyasuda/bormashino-app-template

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published