Retirement Options Planner

Setup

  1. Fork repo, then:
git clone git@github.com:{{your-username}}/freedom-finder.git
  1. cd to the folder

  2. npm i

  3. node server.js

  4. Run gulp for current task.

  • Dev: gulp build:watch
  • Production: gulp build:prod
  1. Create a new branch for each task you work on.

  2. Commit regularly, rebase "save" commits into something logical, push changes.

  3. Create pull request to upstream master from forked repo.

Detailed Information (Documentaion)

Github WIKI