Manage your students, sesions, attendance and evaluations. https://www.muteach.com
- Install Ruby
rvm install (whatever version within Gemfile)
gem install bundler
bundle
- Install Yarn
brew install yarn
# Install node packages
yarn
- Create DB
rails db:create db:migrate
- Run local server
rails s
- Run Webpack
yarn start