This demo shows the various math features of Liqvid.
Clone this repository, then do:
npm install
liqvid serveFor developing/recording:
liqvid serveThen visit http://localhost:3000/.
For viewing the production bundle:
NODE_ENV=production liqvid serveThen visit http://localhost:3000/.
To generate a production bundle:
liqvid buildThen visit http://localhost:3000/dist/.