Configuration
Configuring Tailwind CSS, shadcn/ui, security, and tooling.
Raypx provides sensible defaults out of the box, but every aspect of the configuration can be customized. This section covers the main configuration files and how to adapt them to your needs.
Configuration Files
| File | Purpose |
|---|---|
biome.json | Biome linter and formatter rules |
lefthook.yml | Git hooks (pre-commit, pre-push) |
turbo.json | Turborepo task pipeline and caching |
tsconfig.json | TypeScript compiler options |
packages/ui/components.json | shadcn/ui component registry |
packages/ui/src/styles/globals.css | Tailwind CSS theme and CSS variables |
vite.config.ts | Vite plugins and build settings |