mfp; is a PWA remix of musicforprogramming.net.
All the episode data comes from the musicforprogramming.net RSS feed.
Thank you Datassette for all the years of amazing music.
Details on how to support Datassette and the episode artists can be found here:
https://musicforprogramming.net/credits
NOTE: This app is not affiliated with musicforprogramming.net.
The PWA can be found here:
- Node.js 22.x
- Python 3.13.x
cd /path/to/mfp-app
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cd /path/to/mfp-app
npm install
soruce .venv/bin/activate
npm run dev
npm run mfp-fetch-and-build
# build icons
npm run icons
# build iOS splashscreens
npm run splash
I strongly suggest using VSCode for editing and managing the development environment.