An open API service indexing awesome lists of open source software.

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

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.