๐Ÿ’ป Development

October 29, 2025 ยท View on GitHub

Note

Nodejs version of this project is also available via git checkout node after pulling it down.

Clone the repository

$ git clone https://github.com/wajeht/commit.git

Copy .env.example to .env

$ cp .env.example .env

Install dependencies

$ go mod download

Run development server

$ go run ./cmd

Test the application

$ go test ./...