10000 GitHub - benpickles/clocks: Clock experiments
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

benpickles/clocks

Repository files navigation

Clocks

Clock experiments viewable at benpickles.com/clocks.

Development

Run yarn install then yarn start and open http://localhost:1234.

Creating a new clock

Generate starter files for a new clock with:

bin/generate

Immediately open the newly generated files in Vim with:

bin/generate | xargs vim -O

Homepage screenshots

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
0