Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.17 KB

awesome-kotlin-maven-template

Kotlin CI with Maven Codacy Badge Codacy Coverage Api Docs

How to run

Create .env file in root directory and add your API keys:

OPENAI_API_KEY=sk-xxxxx

Building project locally:

mvn clean verify

or using Make

make build

Contributing

We welcome contributions! Please see the Contributing Guidelines for details.