Overland Trails
Latest build can be viewed at http://studio.stamen.com/richmond/show/overland-trails/
##Data Sets A list of all base datasets for this project in CartoDB can be found in data/README.md
##Dependencies
##Setup Make sure you have NPM installed.
Load required NPM modules.
npm install
Create a .env.json
file from .env.json.sample
in root directory and add your CartoDB account name to the .env.json
file. Will look like this...
{
"siteroot" : "./",
"cartodbAccountName" : "ACCOUNT NAME HERE"
}
##Develop To run locally:
npm start
Open browser to http://localhost:8888/
##Deploy To use development code: Copy the build directory to your server, but for production you will want to run:
npm run dist
This will create a dist
directory. Move this directory to your server.
Both directories are all static files, so no special server requirements needed.
##Deploy(Stamen Only)
scp -prq ./build/. studio.stamen.com:www/richmond/show/overland-trails/
scp -prq ./build/. studio.stamen.com:www/richmond/show/yyyy-mm-dd/