kubido / moba

Moba (Monitor Branch), tools for monitoring your GitHub branch activities

Home Page:https://daily-commit-rb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PREREQUISITE

You need to install these dependencies in your environment

  • ruby 2.5.1 above
  • bundler (gem install bundler)
  • parcelcli (npm i -g parcel-bundler)

HOW TO RUN

  • run bundle install
  • run bundle exec foreman start -f Procfile.dev
  • server will be run at port 3000 and parcel at port 3100 (you can change it in Procfile.dev)

DEPLOY NOTES

since production code require app.prod.js, make sure to build the app.js file using this parcel command

  • parcel build ./public/app.js --out-dir ./public --out-file app.prod.js

DEMO

working demo

About

Moba (Monitor Branch), tools for monitoring your GitHub branch activities

https://daily-commit-rb.herokuapp.com/


Languages

Language:HTML 46.8%Language:JavaScript 32.0%Language:Ruby 18.5%Language:CSS 2.2%Language:Shell 0.6%