Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 826 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 826 Bytes

erora.live

Over-engineered website for my musical alias.

Subscribe to the RSS Feed

Philosophy

Stuff goes here about why I did this.

API

For some reason, I put effort into an API.

Setup

  1. Ensure that Bun is installed.
  2. git clone the repository and bun install dependencies.
  3. Configure .env with your Bandcamp cookie and Spotify credentials.

Tip

By copying .env to .env.local, your secrets are safe from git!

Building

  1. bun run assets to download audio and cover art
  2. bun run build:static to update /static/releases/
  3. bun run build to do both!