Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 819 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 819 Bytes

TellTime

This repository contains the code for TellTime, a timer app. This app is made in Vue 3 + Vite using the Luxon package.

This project uses the MIT license. Note: this app is still in development. Any constructive feedback or pull requests are appreaciated.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build