Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

friendlycode/homepage

Repository files navigation

friendlycode.org

Based on the Code for Virginia Beach landing page (http://code4hr.org/)

Build Status

Getting Started

Requirements

  • Ruby 2.1.2: $ rbenv install 2.1.2
  • Bundler: $ gem install bundler

Running locally

$ make run

Running with Vagrant

  1. Install Virtualbox
  2. Install Vagrant
  3. Install Git or GitHub Desktop
  4. git clone https://github.com/friendlycode/homepage.git
  5. cd homepage
  6. vagrant up (This will take a while to run the first time)
  7. vagrant ssh (This will SSH you into the Vagrant virtual machine)
  8. cd /vagrant
  9. make run
  10. Access the homepage with the web browser at http://localhost:4000