Open source, ad-free and lightning-fast clock application, built in SvelteKit.
You can try it out for yourself at https://baconclock.vercel.app.
Installing
bun
is recommended.
Clone the repository:
git clone https://github.com/warbacon/Baconclock.git
Enter the directory and install all dependencies:
cd ./baconclock
bun install
You can deploy a test server to see the changes instantly by entering the following command:
bun run dev