Welcome to the Goovee Portal Mono-Repo — a centralized repository containing all core packages that power the Goovee platform. This mono-repo is designed for modular development, easy collaboration, and consistent dependency management across multiple Goovee components.
All packages can be found in the packages/
folder. It currently contains the following package:
- @goovee/orm with its changelog file
This package is made available under the Sustainable Use License.
You may use this software for non-commercial or internal business purposes only. Commercial use requires a valid Axelor SAS Enterprise License.
See LICENSE.md for details.
Please check out our CONTRIBUTING.md for guidelines.
node >= 18.0.0
pnpm >= 9.0.6
You can use corepack to install pnpm.
corepack enable
corepack prepare pnpm@latest --activate
To build all the packages, run the following command: pnpm build