Skip to content

founderhacker/install

Repository files navigation

Founder/Hacker Environment Install

Set up your Mac or Windows PC to build apps with Ruby, Rails, and Postgres.

Set up locally

  1. Install dependencies and run the server:
bundle install
rails server
  1. Open http://localhost:3000 in your browser.

Patches welcome. This repository is a fork of Install Rails.