Skip to content

Installation

Elvis edited this page Nov 8, 2025 · 1 revision

Settlea Installation Guide

Prerequisites

  • Go (v1.21+ recommended)
  • Node.js and npm (v20+ recommended)
  • Git

1. Clone the Repository

git clone https://github.com/your-username/settlea.git
cd Settlea

2. Start the server

cd server
go mod tidy #insstall dependecies
go run cmd/main.go 

To build and run

go build -o settlea-backend
./settlea-backend

3. Start the client

cd client
npm install
npm run dev

Clone this wiki locally