/harmonist

🎵 Harmonist is a application that helps you editing metadata from audio files.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

🎵 Harmonist - Desktop Application

Harmonist is a application that helps you editing metadata from audio files.

Application Interface

📂 Boilerplate

Boilerplate for a project using Electron, React and Typescript

🏃 Getting Started

First, clone this respository and access the created folder:

# Cloning repository
git clone https://github.com/iamtheluiz/harmonist.git

cd harmonist/

Getting into the folder, install project dependencies:

npm install
# or
yarn install

👨🏽‍💻 Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron.

npm run dev:react

npm run dev:electron

⚙️ Build

To build this project, run:

yarn build

💼 Authors

📃 License

This project is under the MIT License - see the LICENSE file for details.