Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

README.md
# Aftok Client Webapp

### Initial Setup

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

```sh
npm install
```
### Building

You can now build the PureScript source code with:

```sh
spago build
```

### Development Cycle

To create a minified bundle for deployment, run: 

```sh
npm run build-prod
```

Parcel output appears in the `./dist/` directory.