farely icon indicating copy to clipboard operation
farely copied to clipboard

The metro card calculator

farely-react

A port to React of Farely

Setup

  1. npm install.
  2. Download the AWS config (farely-aws.json) from Github Gist.

Dev

  1. npm start - Compile, start server, watch for file changes

Test

  1. npm run test - Run test suite

Deploy

  1. ./node_modules/.bin/gulp compile deploy - Compiles all assets into /dist; deploys to S3 (make sure farely-aws.json is downloaded to project root).