Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1001 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1001 Bytes

Mandelbrot

Messing around with TypesScript. See aslanides.io/mandelbrot for site.

Set-up

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.