-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Elvis edited this page Nov 8, 2025
·
1 revision
git clone https://github.com/your-username/settlea.git
cd Settlea
cd server
go mod tidy #insstall dependecies
go run cmd/main.go
To build and run
go build -o settlea-backend
./settlea-backend
cd client
npm install
npm run dev