Azarattum / AmadeusCore

Self hosted music streaming service.
3 stars 2 forks source link

Amadeus Core

Self hosted music streaming service.

Logo

Installation:

Install all the development dependencies:

npm install

NPM Scripts:

Script Description
start Runs your application
release Creates a production build of the project
build Builds the entire project with webpack
migrate Migrates the database to a new schema
watch Watches all file changes and rebuilds them if necessary
test Runs all tests
coverage Generates code test coverage report