Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabrydawood/media-player
https://github.com/sabrydawood/media-player
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sabrydawood/media-player
- Owner: sabrydawood
- Created: 2023-04-12T22:40:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-12T22:50:51.000Z (over 1 year ago)
- Last Synced: 2024-04-13T08:36:08.861Z (9 months ago)
- Language: JavaScript
- Size: 68.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# virus24 music player
# install
```bash
npm install
//Or
yarn install
```# run project
```bash
# devlopment
npm run dev
# production
npm start
# Or
# devlopment
yarn dev
# production
yarn start
```