Comprehensive documentation to help you get started, self-host, and build with HiveGrid. From quick start guides to API references.
Common commands and configurations for getting started quickly.
Install dependencies
pnpm installStart development server
pnpm devRun with Docker Compose
docker-compose -f docker-compose-local.yml up -dRun database migrations
cd apps/api && python manage.py migrate