Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 577 Bytes

DEVELOP_GUIDE_EN.md

File metadata and controls

14 lines (9 loc) · 577 Bytes

Setting Up Local Development Environment

During local development, you can prepare the development environment for the specific module (bkauth) you are working on as needed.

Before starting development, you need to install and initialize pre-commit for the entire project:

# Assuming you are currently in the project's root directory
pre-commit install

bkauth

bkauth is an interface service developed based on the Gin framework. Refer to the Local Development Documentation for setting up the local development environment.