Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 996 Bytes

File metadata and controls

31 lines (21 loc) · 996 Bytes

open-clock-web

A web renderer for the OpenClockStandard.

WIP, very early stages, doesn't do much yet

Hacking

To get the dependencies:

  1. Install node.js and yarn if you don't already have them.
  2. Clone the repo.
  3. do yarn install
  4. install jtd-codegen if you will be modifying any schemas
  5. obtain the fonts, and put them into a directory called fonts under the root of the repo. rename PIXEL_MILLENNIUM.TFF to PIXEL_MILLENNIUM.TTF

Now, the following commands are available to you:

  • yarn dev to spin up a dev server for making changes
  • yarn build to build for production
  • yarn gen-schema to rebuild the relevant typescript files if you touch the clock JTD schema

Further info

Contact mlc.