diff --git a/README.md b/README.md index d1f278ad..d63bbef9 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,24 @@ _Optimizations are still being made around data cache behavior._ _Database schema changes are possible in the future._ +1-click Deploy to Vercel +- + [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?demo-title=Photo+Blog&demo-description=Store+photos+with+original+camera+data&demo-url=https%3A%2F%2Fphotos.sambecker.com&demo-image=https%3A%2F%2Fphotos.sambecker.com%2Ftemplate-image-tight&project-name=Photo+Blog&repository-name=photo-blog&repository-url=https%3A%2F%2Fgithub.com%2Fsambecker%2Fphoto-blog&from=templates&skippable-integrations=1&env-description=Configure+your+photo+blog+meta&env-link=BLANK&env=NEXT_PUBLIC_SITE_TITLE&teamCreateStatus=hidden&stores=%5B%7B%22type%22%3A%22postgres%22%7D%2C%7B%22type%22%3A%22blob%22%7D%5D) +Features +- +OG Image Preview + +- Image upload with EXIF extraction +- Inifite scroll +- Image tagging +- Built-in auth +- Light/dark mode +- Automatic OG image generation + +Installation +- ### 1. Deploy to Vercel 1. Click Deploy diff --git a/readme/og-image-share.png b/readme/og-image-share.png new file mode 100644 index 00000000..b36fae94 Binary files /dev/null and b/readme/og-image-share.png differ