Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 495 Bytes

Countdown timer

This is a vue 3 project focused on creating a site to view the countdown to deadlines. If you like this kind of thing, enjoy!

Actual deployment

This project is now deployed on a free service Vercel. The database is on it, too.
This is the deployed version.

Downloaded project setup

npm install
npm run dev

Compile and Minify for Production

npm install
npm run build