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

https://github.com/valcosmos/valmer

✨ A simple music player with electron
https://github.com/valcosmos/valmer

electron js music music-player

Last synced: 2 months ago
JSON representation

✨ A simple music player with electron

Awesome Lists containing this project

README

          

## Usage

To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
git clone https://github.com/valcosmos/valmer.git

# Go into the repository
cd valmer

# Install dependencies
yarn

# Run the app
yarn start
```