Clock experiments viewable at benpickles.com/clocks.
Run yarn install
then yarn start
and open http://localhost:1234.
Generate starter files for a new clock with:
bin/generate
Immediately open the newly generated files in Vim with:
bin/generate | xargs vim -O
The home page clock screenshots are static images added to the repository. Regenerate all screenshots with:
bin/screenshots
Or limit which clocks are regenerated by passing a comma-separated list of clock numbers:
bin/screenshots 13,18