This repository contains the code from the live-streams on my Twitch channel.
Each folder inside episodes
contains the code from a specific live-stream. You can clone the repository and navigate to the folder of the live-stream you are interested in.
Use pnpm to install the dependencies:
pnpm install
Each folder contains a package.json
file with a dev
script that you can use to run the code:
cd episodes/low-poly-planet
pnpm run dev