1
Getting Started
hobokenchicken edited this page 2026-06-26 14:53:00 -04:00

Getting Started

Prerequisites

  • Go 1.24+
  • Node.js 22+
  • Docker + Docker Compose
  • A domain or local dev environment

Clone and build

git clone ssh://git@git.dustin.coffee:2222/hobokenchicken/dumpsterChat.git
cd dumpsterChat
cp .env.example .env

Edit .env with your settings. Then start backing services:

make docker-dev

Run migrations:

go run ./cmd/migrate -direction=up

Start the server:

make run

Start the web dev server:

make dev-web

Visit http://localhost:5173.