https://github.com/colbydude/sleepytime
Re-implementation of sleepyti.me, cause it broke.
https://github.com/colbydude/sleepytime
Last synced: 4 months ago
JSON representation
Re-implementation of sleepyti.me, cause it broke.
- Host: GitHub
- URL: https://github.com/colbydude/sleepytime
- Owner: Colbydude
- Created: 2020-12-14T08:55:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T10:23:38.000Z (about 5 years ago)
- Last Synced: 2025-05-18T20:37:56.308Z (about 1 year ago)
- Language: Vue
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sleepytime
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).