MetricMike / metrohero-webapp

The webapp for the MetroHero project, a (now defunct) app for WMATA Metrorail commuters and transit nerds in and around the DC area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetroHero Webapp

Developer Setup

  1. Globally install nvm
  2. Globally install node: nvm install 8.9.4
  3. Globally install gulp (using the same version defined in package.json): npm install --global gulp-cli@^2.2.0
  4. (Optional) Globally install npm-check
  5. Run npm install in the project directory to install dependencies

Running Locally

To test against a running local instance of metrohero-server:

./node_modules/gulp-cli/bin/gulp.js watch --test

Or, to test against live production:

./node_modules/gulp-cli/bin/gulp.js watch --production

About

The webapp for the MetroHero project, a (now defunct) app for WMATA Metrorail commuters and transit nerds in and around the DC area.

License:GNU General Public License v3.0


Languages

Language:JavaScript 92.8%Language:CSS 6.7%Language:HTML 0.5%