Skip to content

Compare your collection or wantlist against another user on Discogs. 💿 #Typescript #NodeJs

License

Notifications You must be signed in to change notification settings

KirianCaumes/Compare-Discogs-Collections

Repository files navigation

Compare Discogs Collections

GitHub License GitHub Repo stars Support this project

Compare your collection or wantlist against another user on Discogs 💿

A very simple project you can try here: https://compare-discogs-collections.kiriancaumes.fr/ 👈

Example

How to deploy in production

Create and setup a .env according to the .env.example file.

Install dependencies with:

npm install

Start the app with:

npm start

How to contribute/develop

There is a devcontainer on that project already configured, feel free to use it.

Create and setup a .env according to the .env.example file.

Install dependencies with:

npm install

Start the script:

npm start:dev

You can open a pull request with your new additions.