Skip to content

astynax/ps-xmas-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureScript povered Xmas tree

About

This repo contains a source for script which renders to HTML a randomized Xmas Tree similar to one from here.

Script was written using PureScript, and it uses the direct DOM manipulations to build a tree representation.

Live demo

Building & Browserification

pulp dep update
make

When script succesfully built the JS-file, you can open an index.html to see the result.