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
- Host: GitHub
- URL: https://github.com/valcosmos/valmer
- Owner: valcosmos
- License: mit
- Created: 2020-12-07T15:08:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T13:42:30.000Z (over 2 years ago)
- Last Synced: 2025-03-22T08:29:51.600Z (over 1 year ago)
- Topics: electron, js, music, music-player
- Language: JavaScript
- Homepage:
- Size: 321 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```