Skip to content

forrestfinch/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Defacto website

The sourcecode for our website. More detailed information can be found at the Wiki.

Server

Start Middleman server and browse to http://localhost:4567:

./serve
Build
bundle exec middleman build
Deploy

To Divshot development:

divshot push

To Divshot production:

divshot promote development production
Useful links for debugging
Dependencies
  • Ruby 2.1.0 (install with rbenv)
  • Bundler

To install other dependencies run bundle install from the root of the project.