Skip to content

Commit

Permalink
Add documentation so that pwa: commands work (#110)
Browse files Browse the repository at this point in the history
* Add documentation some pwa: commands work

* Update README.md

---------

Co-authored-by: Florent Morselli <[email protected]>
  • Loading branch information
tacman and Spomky authored Mar 17, 2024
1 parent 46cc941 commit a7eaba6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Install the bundle with Composer:
composer require spomky-labs/pwa-bundle
```

If you want to use the commands to generate icons and screenshots, install the necessary dependencies:

```bash
composer require symfony/panther dbrekelmans/bdi symfony/mime symfony/filesystem --dev
vendor/bin/bdi detect drivers
bin/console pwa:create:icons --help
```

This project follows the [semantic versioning](http://semver.org/) strictly.

# Documentation
Expand Down

0 comments on commit a7eaba6

Please sign in to comment.