Code for the TDG site
npm run
to 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 netlify, automatically built and pushed to production server.