A creative project by Grant Timmerman
--> grant.github.io/a-moment <--
Inspired by this video and this video.
Note: The JS ecosystem has updated a lot since 2015. The current build is broken, and there's a semi-working build here: https://github.com/grant/a-moment/tree/grant_2020
- β Coffeescript
- π Gulp
- π Stylus
- π Jade
- π SVGs
git clone [email protected]:grant/a-moment.git
npm install
gulp build
python -m SimpleHTTPServer 8000
open http://localhost:8000
gulp # builds and watches for changes (for development)
gulp build # builds the js, html, and css
gulp docs # generates the documentation
gulp docs
requires docco
to be globally installed