Skip to content

mynthio/clock.mynth

Repository files navigation

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 🔥

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published