farely
farely copied to clipboard
The metro card calculator
farely-react
A port to React of Farely
Setup
-
npm install
. - Download the AWS config (farely-aws.json) from Github Gist.
Dev
-
npm start
- Compile, start server, watch for file changes
Test
-
npm run test
- Run test suite
Deploy
-
./node_modules/.bin/gulp compile deploy
- Compiles all assets into /dist; deploys to S3 (make sure farely-aws.json is downloaded to project root).