To install the toolchain locally (reads devDependencies
from package.json
):
npm install
You can now build the PureScript source code with:
spago build
To create a minified bundle for deployment, run:
npm run build-prod
Parcel output appears in the ./dist/
directory.