Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 488 Bytes

README.md

File metadata and controls

65 lines (43 loc) · 488 Bytes

IDM

In Depth Music

Requirements

Setup

installation

$ npm install

development

$ npm run dev

tests

$ npm run test
$ npm run test:watch
$ npm run test:coverage

production

$ npm run build
$ npm run start

format code

$ npm run format

lint

$ npm run lint
$ npm run lint:fix

License

MIT