Code for the THS site
npm installto install dependencies- Edit
content/episode/files - Upload mp3 file
- Run
npm run dev - Access
localhost:1313
Deploy is done with npm run build but it is handled by circleci in the .circleci/config.yml file, automatically built and pushed to production server.
The weekly episode tool — discovery, AI transcript checks, clip generation and the desktop app — is documented in scripts/postprocess/.
npm run postprocess