A personal "profile" site for myself to replace my existing one. Built with 98.css and Next.
- 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 inpages/api/last-fm.js
(line 3).
The usual scripts for Next.js -- next dev
, next build
, etc.