About this project

The Huly Platform is a robust framework designed to accelerate the development of business applications, such as CRM systems. This repository includes several applications, such as Chat, Project Management, CRM, HRM, and ATS. Various teams are building products on top of the Platform, including Huly and TraceX. ## Self-Hosting If you're primarily interested in self-hosting Huly without the intention to modify or contribute to its development, please use huly-selfhost. This project offers a convenient method to host Huly using docker, designed for ease of use and quick setup. ## API Client If you want to interact with Huly programmatically, check out the API Client documentation. The API client provides a typed interface for all Huly operations and can be used to build integrations and custom applications. ## Pre-requisites - Node.js (v20.11.0 is required) - Docker - Docker Compose ## Installation You need Microsoft's rush to install the application. Install Rush globally and run `rush install` and `rush build` from the repository root. Development environment setup requires Docker and supports amd64 and arm64 containers on Linux and macOS.