Over-engineered website for my musical alias.
Stuff goes here about why I did this.
For some reason, I put effort into an API.
- Ensure that Bun is installed.
git clone
the repository andbun install
dependencies.- Configure
.env
with your Bandcamp cookie and Spotify credentials.
Tip
By copying .env
to .env.local
, your secrets are safe from git!
bun run assets
to download audio and cover artbun run build:static
to update/static/releases/
bun run build
to do both!