template repository of apps with Bormaŝino / SPAs written in Ruby
https://bormashino-app-template.vercel.app
You need:
- rbenv + ruby-build
- npm
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/
.
"Vercel for GitHub" works on this project. See https://vercel.com/docs/concepts/git/vercel-for-github