Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 831 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 831 Bytes

Tracklist Formatter

Format your Pioneer, Denon and VirtualDJ tracklist exports.

This project is hosted publicly at https://formatter.djstormdrain.com/.

Project Dependencies

This project requires these dependencies to be installed and running:

  • Node.js 16.x LTS

Getting Started

  1. Clone the repository.
git clone [email protected]:hpopp/tracklist-formatter.git && cd tracklist-formatter
  1. Fetch dependencies.
npm i
  1. Run the project. Access it in your browser at http://localhost:8080.
npm run serve

Contributing

Formatting

This project uses Prettier for formatting. Add a hook in your editor of choice to run it after a save.

Commits

Git commit subjects use the Karma style.