Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install hcengineering/platform. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

hcengineering/platform Installation Guide

How to install hcengineering/platform. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for hcengineering/platform. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i hcengineering/platform
or

Install via npx

npx @hexmos/ipm i hcengineering/platform

Prerequisites

Node.js

language

Version: v20.11.0

Docker

system_tool

A containerization platform for deploying and running applications.

docker-compose

build_tool

Version: 1.28.3

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Rush

npm install -g @microsoft/rush

rush build

Shell Script

sh ./scripts/presetup-rush.sh

sh ./scripts/fast-start.sh

Source Code

npm install

Post Installation Steps

  • Start the server: `rush docker:up`
  • Run database migrations: `./scripts/migrate.sh`