libs/content/README.md
# @daffodil/content
`@daffodil/content` provides platform-agnostic drivers for fetching static content generated and provided by the platform in use. It also includes useful models and functions for working with static content.
## Installation
To install `@daffodil/content`, use the following commands in your terminal.
Install with npm:
```bash
npm install @daffodil/content --save
```
Install with yarn:
```bash
yarn add @daffodil/content
```