Skip to content

felipefunes/muteach

Repository files navigation

MUTEACH

Manage your students, sesions, attendance and evaluations. https://www.muteach.com

Setup

  1. Install Ruby
rvm install (whatever version within Gemfile)
gem install bundler
bundle
  1. Install Yarn
brew install yarn
# Install node packages
yarn
  1. Create DB
rails db:create db:migrate
  1. Run local server
rails s
  1. Run Webpack
yarn start