# glass-easel-miniprogram-template

The template mini-program code for the glass-easel project.

Refer to the [glass-easel](https://github.com/wechat-miniprogram/glass-easel) project for further details.

## Build

`nodejs` toolchain should be globally installed.

Install dependencies:

```sh
npm install
```

Build:

```sh
npm run build
```

Then open `dist/index.html` in the browser.
