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 start
If you want to run the tests:
npm run test
Note: Some of the solutions to the problems take 15 seconds or more, so be patient!