Skip to content

47ronin/economic-impact-analysis

 
 

Repository files navigation

Port of San Diego economic impact analysis, 2013

The framework was adapted from Code for America’s Annual Report project.

Install

This site was built using jekyll.

sudo gem install jekyll
sudo gem install rdiscount

Run

jekyll serve --watch

Preview the generated site at: http://localhost:4000/

Design

This project uses a Sass preprocessor to help generate flexible CSS. Make visual adjustments to the .scss files and compile with Compass. Traverse into your project directory and:

compass watch

Changes to Sass files will automatically trigger Compass to compile into the project’s css directory. Design, test, iterate, repeat. When everything looks complete, celebrate and:

compass compile -e production

Resources