Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 479 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 479 Bytes

Discotify

💿 Export your Discogs library to Spotify.

Install

$ yarn
$ # npm install
$ cp src/config/settings.dist.js src/config/settings.js
$ # edit with your own tokens

Development

$ yarn start
$ # npm run start

Production

$ yarn build
$ # npm run build

Test

$ yarn test
$ # npm run test

🛠 Put together with React and MobX.