<img src="https://static-cdn.jtvnw.net/emoticons/v2/emotesv2_83ffd63c128c4fbc86784ff2914836a9/default/dark/4.0" width="100px" align="right" />
Animated characters for chatters in your stream.
docker compose -f compose.dev.yaml up -d
[!WARNING] By default, PostgreSQL runs on port
5432
. Before starting, ensure this port is not already in use on your system.
To change the PostgreSQL port, use the following command structure:
docker compose -f compose.dev.yaml run -d -p <port>:5432
[!IMPORTANT] You need node installed.
cp .env.example .env
Install and run postgres
You can install PostgreSQL directly on your system or use Docker. For Docker instructions, refer to Run the database in docker.
npm install -g pnpm
pnpm install
pnpm run db:migrate:dev
pnpm run db:seed
pnpm run dev
pnpm run lint