This is a simple website for Web Scrobbler extension.
# Install dependencies
> npm install
# Lint project files
> npm run lint
# Format project files
> npm run format
# Run a server with live reload on changes
> npm run dev
Licensed under the MIT License.