README.md

Aftok Client Webapp

Initial Setup

To install the toolchain locally (reads devDependencies from package.json):

npm install

Building

You can now build the PureScript source code with:

spago build

Development Cycle

To create a minified bundle for deployment, run:

npm run build-prod

Parcel output appears in the ./dist/ directory.