Skip to content

Commit 501291a

Browse files
committed
docs: update readme
1 parent caa14fd commit 501291a

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@
22

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

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

811
## Links
912

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

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

1721
## Development
1822

1923
Translations can be found in the `/lang` directory
2024

21-
### Code Deployment
25+
### Deployment
2226

2327
Staging server update when merging into the main branch and production server update with every release.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"laravel/framework": "^11.0",
1919
"laravel/tinker": "^2.9",
2020
"norman-huth/gd-text": "^1.0",
21-
"norman-huth/hellofresh-scraper": "@dev",
21+
"norman-huth/hellofresh-scraper": "^0.1.0",
2222
"sentry/sentry-laravel": "^4.3",
2323
"spatie/laravel-translatable": "^6.6"
2424
},

composer.lock

+8-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)