Skip to content

grant/a-moment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Moment

A creative project by Grant Timmerman
--> grant.github.io/a-moment <--

Screen Shot 2020-10-06 at 21 46 53

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

Uses

  • β˜• Coffeescript
  • 🐠 Gulp
  • πŸ’„ Stylus
  • πŸ’Ž Jade
  • 🌟 SVGs

Install

git clone [email protected]:grant/a-moment.git
npm install
gulp build
python -m SimpleHTTPServer 8000
open http://localhost:8000

Gulp

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