Pension Wise reporting.
Clone the repository:
$ git clone https://github.com/guidance-guarantee-programme/reporting.gitSetup the application:
$ ./bin/setupTo start the application:
$ ./bin/foreman s -p <port>where is the port you'd like the application to listen on.
To run the application in "production" mode, the following environment variables need to be set:
RAILS_ENV=productionSECRET_KEY_BASE=<some secret token>
Please see the contributing guidelines.
