https://github.com/bestguy/svelte-solardial
Svelte implementation of Apple Watch Solar Dial face
https://github.com/bestguy/svelte-solardial
Last synced: about 1 year ago
JSON representation
Svelte implementation of Apple Watch Solar Dial face
- Host: GitHub
- URL: https://github.com/bestguy/svelte-solardial
- Owner: bestguy
- License: mit
- Created: 2021-01-03T15:04:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T04:10:38.000Z (over 5 years ago)
- Last Synced: 2025-02-14T02:51:21.259Z (over 1 year ago)
- Language: Svelte
- Homepage: https://bestguy.github.io/svelte-solardial/
- Size: 121 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solar Dial Svelte
This is a web-base implementation of the Solar watch face seen on Apple Watch.
## Get started
Install the dependencies...
```bash
npm install
```
...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```
Navigate to [localhost:5000](http://localhost:5000).