git clone https://github.com/t1ltxz-gxd/ohMyNATS
cd ohMyNATS
go build
Rename .env.example to .env and fill in the values.
Open config/config.yml and fill in the values
Run go run cmd/app/main.go or make run.
Run golangci-lint run ./... --config=./.golangci.yml or make lint.
Rename .env.example to .env and fill in the values.
Run docker-compose up -d.
Contributions are what make the open source community an amazing place to learn, be inspired, and create. Any contributions you make are greatly appreciated.
- Fork the repository
- Clone your fork
git clone https://github.com/t1ltxz-gxd/ohMyNATS.git - Create your feature branch
git checkout -b AmazingFeature - Stage changes
git add . - Commit your changes
git commit -m 'Added some AmazingFeature' - Push to the branch
git push origin AmazingFeature - Submit a pull request
Released with ❤️ by Tilt.
