A minimal PureScript project repo, ideal for starting your own project!
There are two dependencies for this project, please make sure they are installed on your machine before running any scripts.
You can use this command to enter an interactive container. All changes made in the container should be made on the host.
npm run container
Run this command to build a fresh container with all of your project deps.
npm run build
Run to enter the spago repl
npm run repl
Run to install a spago package
npm run spago-install lists
Run to start the PureScript test runner
npm run test