Backend For Superlit, Written In Go
- Install golang
- Run the following to install all dependencies
go mod tidy
- Populate the
.env
file. A template is provided in.env.example
Note: Everything in the .env
file and the private key are a secret and are not supposed to be shared.
- You can run using:
go run main.go
- Follow conventionalcommits.org