https://github.com/NeverBehave/Motivation
⏲️ Countdown that terrifyingly shows your age
https://github.com/NeverBehave/Motivation
countdown html purecss vue
Last synced: 11 months ago
JSON representation
⏲️ Countdown that terrifyingly shows your age
- Host: GitHub
- URL: https://github.com/NeverBehave/Motivation
- Owner: NeverBehave
- License: mit
- Created: 2019-03-15T07:07:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T04:53:49.000Z (about 1 year ago)
- Last Synced: 2025-07-19T11:17:26.353Z (11 months ago)
- Topics: countdown, html, purecss, vue
- Language: Vue
- Homepage: https://motivation.never.eu.org
- Size: 1.33 MB
- Stars: 35
- Watchers: 2
- Forks: 7
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motivation
[](https://app.netlify.com/sites/motivation-countdown/deploys)

输入生日,看时间流逝
## Other Editions (其他版本)
- Wallpaper Engine Edition ([Source Code](https://github.com/NeverBehave/Motivation/tree/Wallpaper-Engine)): https://steamcommunity.com/workshop/filedetails/?id=1683433667
- Inspired by Project(Also Macos ScreenSaver): https://github.com/soffes/Motivation
- Windows ScreenSaver: @TODO
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).