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 pnpm is recommended.
Clone the repository:
git clone https://github.com/Warbacon/Baconclock.git
Enter the directory and install all dependencies:
cd ./Baconclock
pnpm i
You can deploy a test server to see the changes instantly by entering the following command:
pnpm dev