Skip to content

UrbanInstitute/mapping-americas-futures_development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapping America's Future

view current production version here

Building the project

Requirements :

Windows requirements : The following requirements are standard to all OSX and Linux systems -make (link to windows installer) -tar (link to windows installer)

NOTE : the data is not includeded within this repository, but can be obtained via the "All available data" link on the graphic.

Once the requirements are installed, clone the repository and run...

npm install
npm install -g grunt-cli

to install the grunt dependencies. Then, run...

grunt

to start a development server.

To deploy, change the deployment path in Gruntfile.coffee and run...

grunt deploy

To update the data from the stata server, first check the folder paths in Makefile, and then run

make data