https://github.com/amiceli/beat.time
https://github.com/amiceli/beat.time
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amiceli/beat.time
- Owner: amiceli
- Created: 2019-03-13T16:30:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T20:25:46.000Z (over 4 years ago)
- Last Synced: 2025-02-23T14:18:25.488Z (over 1 year ago)
- Language: Vue
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beat.time
[](https://app.netlify.com/sites/beat-time/deploys)
Demo : [https://beat-time.netlify.com](https://beat-time.netlify.com)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).