https://github.com/castelo-codez/time-tracking
time-tracking front end mentor
https://github.com/castelo-codez/time-tracking
Last synced: 4 months ago
JSON representation
time-tracking front end mentor
- Host: GitHub
- URL: https://github.com/castelo-codez/time-tracking
- Owner: Castelo-Codez
- Created: 2023-12-17T19:50:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T10:31:43.000Z (over 2 years ago)
- Last Synced: 2025-03-11T15:53:27.681Z (over 1 year ago)
- Language: Vue
- Homepage: https://time-tracking-pi.vercel.app
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Time tracking dashboard

## **_project setup_**
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```