Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 575 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 575 Bytes

ldwg

A personal "profile" site for myself to replace my existing one. Built with 98.css and Next.

A screenshot showing two Windows 98-era windows.

Setting up

  • Register a Last.fm application here. Duplicate .env as .env.local, and override it with your API key.
  • Replace LASTFM_USERNAME with your Last.fm username in pages/api/last-fm.js (line 3).

Available Scripts

The usual scripts for Next.js -- next dev, next build, etc.