Skip to content

Eligibility tool for Shared Parental Leave (SPL) and Statutory Shared Parental Pay (ShPP)

License

Notifications You must be signed in to change notification settings

UKGovernmentBEIS/beis-spl-eligibility-tool

Repository files navigation

BEIS SPL Planner

This repository contains the code for the Shared Parental Leave (SPL) and Stautory Shared Parental Pay (ShPP) eligibility tool service.

It is built on top of the BEIS SPL common baseline project, which in turn is forked from the GDS Node.js boilerplate project.

Getting started on development

Installs

Required

Recommended

Set up

Clone this code with Git:

git clone git@github.com:UKGovernmentBEIS/beis-spl-planner.git

Add the common project as a second remote in Git, to pull changes from there when needed:

git remote add common git@github.com:UKGovernmentBEIS/beis-spl-common.git
git fetch common

Navigate to the root of the project and install NPM packages:

npm install

Running the project in development

Once NPM packages have been installed, run the project locally with:

npm run dev

You should now be able to see the project running at http://localhost:3000/ in your browser.

If you have installed the LiveReload browser extension as above, then you can enable it once on the page. This will cause the page to automatically reload when you make changes to any file.

About

Eligibility tool for Shared Parental Leave (SPL) and Statutory Shared Parental Pay (ShPP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published