Newer
Older
fractals / README.md
@peter peter on 14 Jan 2019 548 bytes Added example image.

Fractals

This is a playground for fractals. Here is how the result currently looks:

Image of current rendering.

Dev

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

npm install -g typescript tslint

Local dependencies:

npm install

Build

Compile TypeScript to JavaScript.

tsc

Executing this in the application's root folder will apply the settings from tsconfig.json.

Run

Run the application from the project's root folder.

node dist/app.js