Skip to content

guidance-guarantee-programme/pension_guidance

Repository files navigation

Pension Guidance

Build Status

Pension guidance from Pension Wise.

Prerequisites

Installation

Clone the repository:

$ git clone https://github.com/guidance-guarantee-programme/pension_guidance.git

Install PrinceXML:

$ http://www.princexml.com/download/

Install and start Redis:

$ brew install redis && brew services start redis

Setup the application:

$ ./bin/setup

Usage

To start the application:

$ ./bin/foreman s

Image sprites

These are generated at the various sizes using svgexport. Update svg/circles.svg and run the following to regenerate the PNG files.

$ npm run svgexport

Heroku

Deploy

Contributing

Please see the contributing guidelines.