Newer
Older
fractals / README.md
@peter peter on 2 Oct 2019 527 bytes Adjusted readme.

Fractals

This is a playground for fractals. A live version is hosted at https://infinity.synoikos.de/fractals/

Image of current rendering.

Setup

Install typescript and tslint globally, if you haven't already.

npm install -g typescript tslint

Local dependencies:

npm install

Link to global typescript:

npm link typescript

Build

Compile TypeScript to JavaScript.

npm run build

Run

Open ./public/index.html in your favourite browser.