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 installStart the API server, then start the app (default port 3000).
npm run startView http://localhost:3000 in your browser.