Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alvarosabu/stream-series

Codebase for all the TresJS livecoding series on Twitch/Youtube
https://github.com/alvarosabu/stream-series

threejs tresjs twitch vue vue3

Last synced: 16 days ago
JSON representation

Codebase for all the TresJS livecoding series on Twitch/Youtube

Awesome Lists containing this project

README

        

![](.github/repo-banner.png)

# Code from live-streams

This repository contains the code from the live-streams on my [Twitch channel](https://twitch.tv/alvarosabu).

# How to use

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.

## Installation

Use pnpm to install the dependencies:

```bash
pnpm install
```

## Running the code

Each folder contains a `package.json` file with a `dev` script that you can use to run the code:

```bash
cd episodes/low-poly-planet
pnpm run dev
```