Open Webslides is an open source platform for teacher-student co-creation.
This is the repository containing the project website.
Install RVM and Ruby first
$ gem install bundler --no-ri --no-rdoc
$ bundle install
$ rvm install `cat .ruby-version`
$ rvm gemset create `cat .ruby-gemset`
$ rvm use $(cat .ruby-version)-$(cat .ruby-gemset)
$ gem install bundler
$ bundle install
$ yarn
$ middleman server
$ middleman build
$ # Deploy to Github Pages
$ TARGET=github middleman deploy
$ # Deploy to https://openwebslid.es/
$ middleman deploy