https://github.com/mirko-san/mclock
It is stylish clock of Web Components. Use Lit.
https://github.com/mirko-san/mclock
lit web-components
Last synced: about 1 month ago
JSON representation
It is stylish clock of Web Components. Use Lit.
- Host: GitHub
- URL: https://github.com/mirko-san/mclock
- Owner: mirko-san
- License: mit
- Created: 2022-10-08T01:16:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T09:18:44.000Z (over 2 years ago)
- Last Synced: 2025-09-28T02:32:36.337Z (9 months ago)
- Topics: lit, web-components
- Language: TypeScript
- Homepage: https://mclock.vercel.app/
- Size: 907 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mclock
It is stylish clock of Web Components. Use Lit.
動画や配信のときに便利な、時刻表示コンポーネントです。
## 使い方
OBS Studio のソースに https://mclock.vercel.app/ を指定。
もしくは、以下のように Web Components として利用。
```html
Clock
```
## For me
### Develop
```shellsession
# port 3080
$ yarn dev
```
```shellsession
# port 3081
$ yarn storybook
```
### Publish npm
```shellsession
$ npm login
$ npm publish
```