This is a monorepo. Every major component in the Orital Club Portal Solution is split up into its own separate package with shared dependencies.
| Package | Description |
|---|---|
packages/ergates |
Virtual machine requisition agent for the Orital project. |
packages/ypiretis |
Backend web services and frontend user interface for the Orital project. |
Each package within the Orital Club Portal Solution has its own sets of commands, dependencies, and so on. Please consult the individual packages for their development conventions.
External contributions are not accepted. Consider this repository read-only for all non-club members.
Note
If you are using VS Code and have the recommended extensions installed, then VS Code will enforce formatting on save.
All code formatting is delegated to Prettier and the configuration is found in .prettierrc.
Note
If you are using VS Code and have the recommended extensions installed, then VS Code will warn about linting errors on type.
All code linting is delegated to Oxlint and the configuration is found in .oxlintrc.json.
This software is provided as-is with no support given.
The Orital Club Portal Solution is licensed under the MIT License.