Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 487 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 487 Bytes

fraktal

Fractal rendering sandbox, just for fun.

Try it here: https://emlun.se/fraktal/

Requirements

Usage

To run the development server:

$ cargo install trunk
$ trunk serve
$ $BROWSER http://localhost:8080

To build artifacts:

$ trunk build --release

Then copy the contents of dist/ into your favourite web server.