GabrielCousin / Discotify

Export your Discogs library to Spotify
https://discotify-export.vercel.app
MIT License
15 stars 0 forks source link

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.