The build guide is intended for developers or advanced users only. Regular users should follow the quick start guide.
You should execute the following command to update browser list database before build project.
npx browserslist@latest --update-db
Please execute the following command in frontend
directory.
yarn install
make translations
yarn build
::: warning Before building the backend, the frontend should be built first because the backend will embed the frontend distribution. :::
Please execute the following command in the project root directory.
go build -o nginx-ui -v main.go