An open API service indexing awesome lists of open source software.

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.

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
```