https://github.com/tanrax/rw-player
Reproductor de audio para República Web
https://github.com/tanrax/rw-player
Last synced: 11 months ago
JSON representation
Reproductor de audio para República Web
- Host: GitHub
- URL: https://github.com/tanrax/rw-player
- Owner: tanrax
- Created: 2020-01-22T12:59:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T19:00:13.000Z (over 4 years ago)
- Last Synced: 2025-01-14T05:50:52.214Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 631 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```sh
npm install -g parcel-bundler
npm install
```
# Run
```sh
parcel index.html
```
# Compile
```sh
rm -r dist
parcel build index.html --out-dir rw-player --no-source-maps --public-url https://republicaweb.es/rw-player/
```
# Web
```html
```