See Project Euler for background
-
Ensure that you have npm, nodejs, pulp and [PureScript](purescript installation) installed:
-
install the project's dependencies:
npm run install- build and run the problems:
npm run startIf you want to run the tests:
npm run testNote: Some of the solutions to the problems take 15 seconds or more, so be patient!