/landing

Open Webslides landing site

Primary LanguageCSSMIT LicenseMIT

Open Webslides

Open Webslides is an open source platform for teacher-student co-creation.

This is the repository containing the project website.

Setup

Install RVM and Ruby first

$ gem install bundler --no-ri --no-rdoc
$ bundle install

Setup

$ 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

Developing

$ middleman server

Building

$ middleman build

Deploy

$ # Deploy to Github Pages
$ TARGET=github middleman deploy
$ # Deploy to https://openwebslid.es/
$ middleman deploy