The website component of a presentation aid for AR.
https://presentar.herokuapp.com/
- Ruby on Rails
- PostgreSQL
$ git clone https://github.com/comatoastuk/presentAR.git
$ cd presentAR
$ bundle
$ rake db:setup
$ bin/rails db:migrate
$ rspec
$ bin/rails server
- RSpec
- Capybara
$ cd presentAR
$ rspec