two-twelve / tiltime

It's a timer app ⏳
https://tilti.me
1 stars 0 forks source link
countdown countdown-timer deadlines holidays pwa rough-notation timer timer-application timers twotwelve useful vite vue3

TilTi.me

It's a timer app. You can use it for things like:

All of the little drawing animations were implemented using Rough Notation.

Development Setup

TilTi.me is a Vue 3 + TS project setup using Vite.

git clone git@github.com:two-twelve/tiltime.git
cd tiltime
npm install
npm run dev

Eslint and Prettier have also been setup on TilTi.me:

npm run format
npm run lint

And tests have been implemented using Jest:

npm run test

Production Deployment

You can build TilTi.me for deployment by doing:

npm run build

You'll find all your static files in /dist. You can preview a production deployment by doing:

npm run preview

We deploy tilti.me to Cloudflare Pages :)