This repo is for the Opentecture website, hosted at https://www.opentecture.com.
This README covers the steps necessary to get the application up and running.
Assuming OSX Mojave:
- install Ruby 2.5x(using RVM or another method)
gem install bundler
to install the Bundler librarygit clone URL
Clone the repobundle install
to install the dependenciesrake db:create
- although no database is used currentlyrails s
to start the server at http://localhost:3000
Contribute by creating an Issue. And, fork this repository and create a Pull Request (ideally related to an Issue).