This is just a fun little web app with a real-time Patek Philippe 3862/1 clock. Feel free to for and use this project at will, following the instructions bellow.
This project is done using Svelte 3, please follow the Svelte 3 Tutorial if you never used Svelte or, refer to the Docs for more information.
I do recommend installing a Svelte extension for syntax highlighting, or snippets, on your text editor of choice. For VS Code, I recommend Svelte Language Support and, Svelte 3 Snippets.
Install the dependencies... Note that you will need to have Node.js installed.
cd your-project-directory
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
To-do...