Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.28 KB

Poor Philippe

A gimmicky web clock for who can't afford a real Patek Philippe


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.

Demo

Get started

Svelte 3

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.

Usage

To-do...