https://github.com/jramke/fluid-primitives.com
Fluid Primitives Docs Site
https://github.com/jramke/fluid-primitives.com
docs fluid primitives
Last synced: 4 months ago
JSON representation
Fluid Primitives Docs Site
- Host: GitHub
- URL: https://github.com/jramke/fluid-primitives.com
- Owner: jramke
- License: gpl-2.0
- Created: 2025-10-12T18:40:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-30T23:45:41.000Z (6 months ago)
- Last Synced: 2026-01-02T06:00:53.118Z (6 months ago)
- Topics: docs, fluid, primitives
- Language: HTML
- Homepage: https://fluid-primitives.com
- Size: 4.66 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluid Primitives
The headless component library for TYPO3 Fluid
## Documentation
The documentation can be found at [fluid-primitives.com](https://fluid-primitives.com).
## Development
```bash
ddev start
ddev composer install
ddev snapshot restore --latest
ddev npm install
ddev npm run dev
```
Then open [http://fluid-primitives.ddev.site](http://fluid-primitives.ddev.site) in your browser.