Generate spotify badge
yarn # or npm install
Script | Description |
---|---|
build | build project |
test | run test files |
start | start (must build first) |
start:dev | start on development mode (nodemon + swc) |
start:prod | start on production mode (must build first) |
format | format codes (prettier) |
lint | lint codes (eslint) |