https://github.com/timelessnesses/simple-svelte-clock
My first svelte project ever. I love this thing
https://github.com/timelessnesses/simple-svelte-clock
Last synced: about 2 months ago
JSON representation
My first svelte project ever. I love this thing
- Host: GitHub
- URL: https://github.com/timelessnesses/simple-svelte-clock
- Owner: timelessnesses
- Created: 2022-09-30T22:52:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T23:37:47.000Z (over 3 years ago)
- Last Synced: 2025-01-01T15:42:52.923Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte clock
A little website that has clock say time and current timezone offset
## view
```bash
npm run preview
```
## build
```bash
npm run build
```