Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 611 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 611 Bytes

Clock by mynth

Status: Work in progress

Setup

Install dependencies

pnpm i

Run dev server

pnpm dev

Adding new clock faces

Add entry in src/clock-faces.ts based on the type. Provide a name and slug (url) for the clock face. You can also provide author name and links to socials.

Add a component in src/clock-faces with the same name as the clock face slug defined in step above. For example, if the clock face slug is mynth, the component should be named mynth.astro.

Create a pull request and wait for it to be merged. Everything else is done automatically 🔥