Frontend framework for ecommerce PWAs
Daffodil: The next great leap in ecommerce.
Daffodil provides everything you need to create powerful and flexible ecommerce experiences.
With Daffodil, ambitious businesses are able to achieve more while minimizing development and maintenance costs.
```
--------------------------------
### Install @daffodil/router-store
Source: https://github.com/graycoreio/daffodil/blob/develop/libs/router-store/README.md
Installs the @daffodil/router-store package using npm. This package provides router state utilities for Daffodil applications integrating with NgRx router-store.
```bash
npm install --save @daffodil/router-store
```
--------------------------------
### Commit Message Format Example
Source: https://github.com/graycoreio/daffodil/blob/develop/CONTRIBUTING.md
An example illustrating the conventional commit message format, including type, scope, subject, body, and footer. This format is used for generating release notes automatically.
```git