https://github.com/astynax/ps-xmas-tree
:christmas_tree: PureScript povered Xmas Tree
https://github.com/astynax/ps-xmas-tree
demo purescript purescript-demo
Last synced: 21 days ago
JSON representation
:christmas_tree: PureScript povered Xmas Tree
- Host: GitHub
- URL: https://github.com/astynax/ps-xmas-tree
- Owner: astynax
- Created: 2016-01-15T14:32:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T19:11:23.000Z (about 9 years ago)
- Last Synced: 2025-02-15T02:30:41.660Z (2 months ago)
- Topics: demo, purescript, purescript-demo
- Language: PureScript
- Homepage: https://astynax.github.io/ps-xmas-tree/
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: PureScript povered Xmas tree
* About
This repo contains a source for script which renders to HTML
a randomized Xmas Tree similar to [[http://adventofcode.com/][one from here]].Script was written using PureScript, and it uses the direct DOM
manipulations to build a tree representation.[[https://astynax.github.io/ps-xmas-tree/][Live demo]]
* Building & Browserification
#+BEGIN_SRC shell
pulp dep update
make
#+END_SRC
When script succesfully built the JS-file, you can open an ~index.html~ to see the
result.