Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.22 KB

Stream Thing

This is a platform that allows you to livestream video, and watch streams by other users. It's similar to Twitch, though I guess it's not as good.

Technologies used in this project include:

Prerequisites

  • Nodejs 20
  • Docker

Getting Started

  • First, copy the content of .env.example into a new .env file, and fill in all missing values.

  • Install all dependencies:

    pnpm i
  • To run all services:

    docker compose up -d

    The app will be available at localhost:3000, and also at the specified NGROK_DOMAIN. To run just the app and no other services, only at localhost:3000:

    pnpm dev