Messing around with TypesScript. See aslanides.io/mandelbrot for site.
Note: this assumes you have a recent version of node installed.
To install dependencies:
npm install
This will install parcel, which is used to serve the page.
To run locally:
npm run serve
Then click anywhere on the page to zoom.