homepage for podcast "Ready for review"
You need the actual Node.js LTS version to build this website (other versions may work, too).
To install all dependencies please use npm to install them (yarn should work, too, but there is no support if you run into problems).
npm i
To run the site on your machine you can use a npm script:
npm start
To build the site (you'll find the result in the _site
folder) run
npm run build
We use the googleapi package to load data from YouTube and display it on our page. To get everything working you need an API key and put into an .env
file (see .envsample
).
This step is optional. If you don't care for the stream, you don't need it because everything works without it.
- use your Google account to sign in to the Google Developers Console
- create a new project for the site
- obtain authorisation credentials: go to the credentials page and click "Create credentials" there to create a new API key
- enable YouTubeData API (v3) for this key on the developer console
- save the key in a
.env
file here. The file is on the .gitignore