Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 362 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 362 Bytes

z2pc

Yet another Mandelbrot Set zoomer.

###Version 1.0.0

###Installation

z2pc developed on node.js v. 6.9.1.

$ npm install

installs dependencies (Webpack, Babel, RxJS 5, etc.)

Compile

To compile all HTML, CSS, JS to dist directory

$ webpack

or

$ webpack -w

For production

$ webpack --release

-Jason Tiscione