A frontend and backend for a self hosted streaming music server built with TypeScript, React, NodeJS and SQLite.
Create a folder called testmusic
in the root directory, or pass a custom directory for the server to scan with the --dir
option.
docker-compose up
docker-compose -f docker-compose-prod.yml up
npm run start
to compile and run
npm run start:dev
for automatic reloading
Run with --help
to display CLI options
npm start