-
Make sure you have
Postgresinstalled locallybrew install postgresql -
Clone this repo locally, and
cd tweakedmake sure all of the gems are installed by running:bundle install
2.5) You might need to install ruby and or rails on your system. Follow the steps as prescribed in the error messages
-
Create the database ->
rake db:create -
From the root of the app run
rails server -
Visit localhost:3000 in a browser
-
???
-
Profit