Based on the GOV elements project (https://github.com/alphagov/govuk_elements)
If you would like to clone the repository and run it locally, you will need Node.js (at least version v0.10.0).
Clone this repository
git clone [email protected]:SkillsFundingAgency/das-poc-aml.git
Install the required node modules
npm install
Run the app
npm start
Go to localhost:3000 in your browser.