Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 873 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 873 Bytes

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