Frontend for a site to keep track of audio plugin software deals. Retrieves data using plugindatabase-api.
Clone the repo and install the necessary dependencies.
npm install
Start the API server, then start the app (default port 3000).
npm run start
View http://localhost:3000 in your browser.