Skip to main content
brickwork
GitHub Log in Get started
Display
Theme
Density
Direction
Brand

Documentation

Deployment

brickwork ships CSS-first, so there is no build step of its own; your site's usual Vite/Tailwind pipeline picks up the tokens unchanged.

Step Command
Build assets npm run build
Collect static python manage.py collectstatic
Migrate python manage.py migrate
Do I need a manifest storage backend?

Recommended: ManifestStaticFilesStorage catches missing files at collectstatic time rather than as a 500 in production.

Documentation