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.