- node
- gatsby
- nvm (node version manager)
To run your local dev server
nvm use
gatsby develop
To build your gatsby site
npm install
gatsby build
- Scheduled Rebuild
- There is a GitHub Action scheduled for every Friday at 08:30AM UTC. The action rebuilds for firebase so that the newest episode can be pulled / created.