Skip to content

opentecture/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 5, 2020
35ad24d · Sep 5, 2020

History

29 Commits
Sep 5, 2020
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
May 22, 2020
Sep 5, 2020
Jan 27, 2019
Jan 27, 2019
Jan 27, 2019
May 22, 2020
Jun 6, 2020

Repository files navigation

Opentecture

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 library
  • git clone URL Clone the repo
  • bundle install to install the dependencies
  • rake db:create - although no database is used currently
  • rails s to start the server at http://localhost:3000

Contributing

Contribute by creating an Issue. And, fork this repository and create a Pull Request (ideally related to an Issue).