https://github.com/phanan/smart-playlist-creator
A PoC smart playlist creator (à la iTunes / Winamp)
https://github.com/phanan/smart-playlist-creator
Last synced: 6 months ago
JSON representation
A PoC smart playlist creator (à la iTunes / Winamp)
- Host: GitHub
- URL: https://github.com/phanan/smart-playlist-creator
- Owner: phanan
- Created: 2018-10-28T16:45:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:00:57.000Z (over 3 years ago)
- Last Synced: 2025-01-23T22:47:30.773Z (over 1 year ago)
- Language: Vue
- Homepage: https://smart-playlist-creator.netlify.com/
- Size: 3.32 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smart-playlist-creator
> A PoC smart playlist creator.
## 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
```