Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x dev/
drwxr-xr-x src/
drwxr-xr-x test/
-rw-r--r-- .gitignore
-rw-r--r-- Dockerfile
-rw-r--r-- README.md
-rw-r--r-- package.json
-rw-r--r-- packages.dhall
-rw-r--r-- spago.dhall
README

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.