Skip to content

nwesthoff/traktor-track-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traktor Track Display

This is a tool to visualize what's being played in real time on Traktor.

Currently it looks: ugly 💩 But it works and I'm working to make it: beautiful ✨

Traktor Track Display Preview Image

Pre-requisites

Needs ErikMinekus' Traktor API Client to function.

Run Development

Both the server and frontend must be running and should each be started from their respective folders.

Dev mode can be started like so:

yarn
yarn dev

Run Production

or if you'd like to run a poduction version take these steps:

Frontend

in /frontend:

yarn
yarn build
yarn start

backend

in /server:

yarn
yarn start