Day 1 checklist
Welcome to Aucert. This checklist gets you from zero to a running development environment.
Accounts and access
- GitHub account added to
aucertorganization - Google Workspace account (
@aucert.ai) - Cloudflare Access verified (visit plane.aucert.dev)
- Azure subscription access (
az loginworks) - Plane project access (task tracking)
Development environment
- Clone the monorepo:
git clone git@github.com:aucert/aucert.git - Install tools: Node.js 22+, pnpm 9+, JDK 21, Python 3.12+
- Run
pnpm installfrom repo root - Run
setup-dev.sh(if available) or follow dev environment setup
Read the context files
Start with these (they're small — ~3000 tokens total):
.context/AI_RULES.md— Hard rules and development workflow.context/ARCHITECTURE.md— 5-layer pipeline overview.context/CONVENTIONS.md— Coding standards.context/TECH_STACK.md— Technologies and versions.context/GLOSSARY.md— Domain terminology
Verify your setup
-
cd backend/platform && ./gradlew buildcompiles -
cd frontend/apps/console && pnpm devstarts -
kubectl get pods -n internal-platformshows running pods (if cluster access granted) -
cd docs/public && pnpm buildbuilds the documentation site
What's next
- Dev environment — Detailed setup guide
- Who is who — Team and agent overview
- Architecture deep dive — How the platform works