Skip to content

Настройка окружения

Prerequisites

  • Go 1.26+
  • Node.js 24+
  • Git

Clone and Build

bash
git clone https://github.com/RUSEGAL/ruseon-core
cd ruseon-core

# Backend
go build -o ruseon cmd/server/main.go

# Frontend
cd web
npm install
npm run build

Released under the MIT License.