An open API service indexing awesome lists of open source software.

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

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

```