tree: d294797ea774c2b302cabe93edbbd0ed4e215062
  1. design-tokens/
  2. scripts/
  3. src/
  4. tests/
  5. .env.example
  6. .gitignore
  7. biome.json
  8. components.json
  9. next.config.ts
  10. package.json
  11. playwright.config.ts
  12. playwright.live.config.ts
  13. pnpm-lock.yaml
  14. postcss.config.mjs
  15. README.md
  16. tsconfig.json
  17. vitest.config.ts
  18. vitest.server-only-stub.ts
  19. vitest.setup.ts
web/README.md

Custos Portal

Web portal for Apache Custos — allocation management, identity, and admin tooling for HPC sites.

Stack

Next.js 15 (App Router) · TypeScript · Tailwind 4 + shadcn/ui · NextAuth v5 · TanStack Query · React Hook Form + Zod · CASL · MSW · Playwright + Vitest · Biome · pnpm.

Getting started

pnpm install
cp .env.example .env.local
pnpm dev

See CLAUDE.md for commands, env modes, and architecture overview.