Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Muetze42 committed Mar 16, 2024
1 parent caa14fd commit 501291a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@

HelloFresh database for 16 countries including features like filtering by ingredients, allergens, tags, etc.

Made with [Laravel](https://laravel.com/), [Tailwind CSS](https://tailwindcss.com/), [Vue.js](https://vuejs.org/),
[Inertia.js](https://inertiajs.com/) and ♥.
* Made with [Laravel](https://laravel.com/), [Tailwind CSS](https://tailwindcss.com/), [Vue.js](https://vuejs.org/),
[Inertia.js](https://inertiajs.com/) and ♥
* Error tracking with [Sentry](https://sentry.io/)
* Translatable Eloquent Models with [spatie/laravel-translatable](https://github.com/spatie/laravel-translatable)


## Links

* HelloFresh DB [Reddit Post (Active community)](https://www.reddit.com/r/hellofresh/comments/1b37z4x/hellofresh_recipes_database_relaunched/)
* HelloFresh DB [Ko-Fi Post](https://ko-fi.com/post/HelloFresh-Recipes-Database-Relaunched-D1D8V2OF7)
* HelloFresh DB [LinkedIn Post](https://www.linkedin.com/posts/normanhuth_hellofresh-database-activity-7169039554446901248-CrKH)
* [Reddit Post (Active community)](https://www.reddit.com/r/hellofresh/comments/1b37z4x/hellofresh_recipes_database_relaunched/)
* [Ko-Fi Post](https://ko-fi.com/post/HelloFresh-Recipes-Database-Relaunched-D1D8V2OF7)
* [LinkedIn Post](https://www.linkedin.com/posts/normanhuth_hellofresh-database-activity-7169039554446901248-CrKH)

For wishes, suggestions and ideas, simply create an [issue](https://github.com/Muetze42/hellofresh-database/issues) or
use the [discussions area](https://github.com/Muetze42/hellofresh-database/discussions).
For wishes, suggestions and ideas, simply write a comment on Reddit, Ko-Fi, LinkedIn or create an
[issue](https://github.com/Muetze42/hellofresh-database/issues) or use the
[discussions area](https://github.com/Muetze42/hellofresh-database/discussions).

## Development

Translations can be found in the `/lang` directory

### Code Deployment
### Deployment

Staging server update when merging into the main branch and production server update with every release.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"laravel/framework": "^11.0",
"laravel/tinker": "^2.9",
"norman-huth/gd-text": "^1.0",
"norman-huth/hellofresh-scraper": "@dev",
"norman-huth/hellofresh-scraper": "^0.1.0",
"sentry/sentry-laravel": "^4.3",
"spatie/laravel-translatable": "^6.6"
},
Expand Down
19 changes: 8 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 501291a

Please sign in to comment.