https://github.com/fakorede/musicfy
A music streaming application built with Tailwind CSS, Vue 3, and Firebase.
https://github.com/fakorede/musicfy
Last synced: about 2 months ago
JSON representation
A music streaming application built with Tailwind CSS, Vue 3, and Firebase.
- Host: GitHub
- URL: https://github.com/fakorede/musicfy
- Owner: Fakorede
- Created: 2021-05-30T11:25:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T21:50:08.000Z (about 4 years ago)
- Last Synced: 2025-04-22T23:15:50.665Z (about 2 months ago)
- Language: Vue
- Homepage: https://musicfy-kappa.vercel.app
- Size: 899 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# music-app
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).