Skip to content

UrbanInstitute/build-your-own-pension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
js
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Interactive SLEPP Pension Modeler

Installation

NodeJS is required to build.

To install dependencies, run:

npm install
npm install -g grunt-cli
npm install -g coffee-script

Running Model server/desktop-side through NodeJS

The Model code can be used to simulate pensions on the desktop by running the code through NodeJS. See model_test.coffee for an example usage.

coffee model_test.coffee

Building Web Application

"grunt" to build the project and start a dev server

grunt

run "grunt deploy" to push the distribution code to the server

grunt deploy

About

Deployed version of the build your own pension tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published