https://github.com/warbacon/baconclock
🕑 Open source, ad-free and lightning-fast clock application, built in SvelteKit.
https://github.com/warbacon/baconclock
chronometer clock stopwatch svelte sveltejs sveltekit timer
Last synced: 10 months ago
JSON representation
🕑 Open source, ad-free and lightning-fast clock application, built in SvelteKit.
- Host: GitHub
- URL: https://github.com/warbacon/baconclock
- Owner: warbacon
- Created: 2023-02-13T15:56:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T19:54:20.000Z (12 months ago)
- Last Synced: 2025-06-22T20:36:14.364Z (12 months ago)
- Topics: chronometer, clock, stopwatch, svelte, sveltejs, sveltekit, timer
- Language: Svelte
- Homepage: https://baconclock.vercel.app
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🕐 Baconclock
Open source, ad-free and lightning-fast clock application, built in SvelteKit.
## Preview
You can try it out for yourself at .
## Development
> Installing `bun` is recommended.
1. Clone the repository:
```bash
git clone https://github.com/warbacon/Baconclock.git
```
2. Enter the directory and install all dependencies:
```bash
cd ./baconclock
bun install
```
3. You can deploy a test server to see the changes instantly by entering the following command:
```bash
bun run dev
```