Skip to content

proke03/starsound

Repository files navigation

별별소리

logo

All-in-one chat and forums for communities.

Tech Stack

Frontend

Backend

Development Instructions

Frontend

Development

Start dev server:

  • yarn run dev:web

Production

Build frontend:

  • yarn run build:web

Environment variables:

  • VITE_API_DOMAIN (domain server is running on i.e. api.starsound.in)

Backend

Development

Start dev server with below environment variables:

# start development environment
docker-compose up -d

yarn run dev:server

Production