Add emojis to README

This commit is contained in:
Sam Becker 2025-02-07 18:58:55 -06:00
parent e8866defb7
commit 68fccc4006

View File

@ -4,11 +4,11 @@ https://github.com/sambecker/exif-photo-blog/assets/169298/4253ea54-558a-4358-88
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/sambecker-pro/clone?demo-description=Store%20photos%20with%20original%20camera%20data&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F39rys245Px3FVBGRJNYEON%2Fbf68d5c052bda9e9e5bec21878764bc3%2Fimage.png&demo-title=Photo%20Blog&demo-url=https%3A%2F%2Fphotos.sambecker.com&from=templates&project-name=Photo%20Blog&repository-name=exif-photo-blog&repository-url=https%3A%2F%2Fgithub.com%2Fsambecker%2Fexif-photo-blog&skippable-integrations=1&stores=%5B%7B%22type%22%3A%22postgres%22%7D%2C%7B%22type%22%3A%22blob%22%7D%5D&teamCreateStatus=hidden) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/sambecker-pro/clone?demo-description=Store%20photos%20with%20original%20camera%20data&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F39rys245Px3FVBGRJNYEON%2Fbf68d5c052bda9e9e5bec21878764bc3%2Fimage.png&demo-title=Photo%20Blog&demo-url=https%3A%2F%2Fphotos.sambecker.com&from=templates&project-name=Photo%20Blog&repository-name=exif-photo-blog&repository-url=https%3A%2F%2Fgithub.com%2Fsambecker%2Fexif-photo-blog&skippable-integrations=1&stores=%5B%7B%22type%22%3A%22postgres%22%7D%2C%7B%22type%22%3A%22blob%22%7D%5D&teamCreateStatus=hidden)
Demo App <span style="display:inline-block;width:32px">🎬</span>Demo App
- -
https://photos.sambecker.com https://photos.sambecker.com
Features <span style="display:inline-block;width:32px"></span> Features
- -
- Built-in auth - Built-in auth
- Photo upload with EXIF extraction - Photo upload with EXIF extraction
@ -22,7 +22,7 @@ Features
<img src="/readme/og-image-share.png" alt="OG Image Preview" width=600 /> <img src="/readme/og-image-share.png" alt="OG Image Preview" width=600 />
Installation <span style="display:inline-block;width:32px">🛠️</span> Installation
- -
### 1. Deploy to Vercel ### 1. Deploy to Vercel
@ -48,11 +48,13 @@ Installation
3. Add optional title 3. Add optional title
4. Click "Create" 4. Click "Create"
Receiving updates If you don't plan to change the code, or don't mind making your updates public, consider forking this repo to easily receive future updates. If you've already setup your project on Vercel see detailed instructions here on reconfiguring your project.
-
If you don't plan to change the code, or don't mind making your updates public, you should consider [forking](https://github.com/sambecker/exif-photo-blog/fork) this repo to easily receive future updates. If you've already setup your project on Vercel [see detailed instructions](https://github.com/sambecker/exif-photo-blog?tab=readme-ov-file#how-do-i-receive-template-updates) here.
Develop locally <span style="display:inline-block;width:32px">🔄</span> Receiving updates
-
If you don't plan to change the code, or don't mind making your updates public, consider [forking](https://github.com/sambecker/exif-photo-blog/fork) this repo to easily receive future updates. If you've already set up your project on Vercel see these [migration instructions](https://github.com/sambecker/exif-photo-blog?tab=readme-ov-file#how-do-i-receive-template-updates).
<span style="display:inline-block;width:32px">💻</span> Develop locally
- -
1. Clone code 1. Clone code
2. Run `pnpm i` to install dependencies 2. Run `pnpm i` to install dependencies
@ -60,7 +62,7 @@ Develop locally
4. Run `vercel link` to connect the CLI to your project 4. Run `vercel link` to connect the CLI to your project
5. Run `vercel dev` to start dev server with Vercel-managed environment variables 5. Run `vercel dev` to start dev server with Vercel-managed environment variables
Further customization <span style="display:inline-block;width:32px">🎨</span> Further customization
- -
### AI text generation ### AI text generation
@ -237,7 +239,7 @@ Vercel Postgres can be switched to another Postgres-compatible, pooling provider
1. Ensure connection string is set to "Transaction Mode" via port `6543` 1. Ensure connection string is set to "Transaction Mode" via port `6543`
2. Disable SSL by setting `DISABLE_POSTGRES_SSL = 1` 2. Disable SSL by setting `DISABLE_POSTGRES_SSL = 1`
FAQ <span style="display:inline-block;width:32px">📖</span> FAQ
- -
#### How do I receive template updates? #### How do I receive template updates?
> For forked repos, click "Code," then "Update branch" from the main repo page. If you originally cloned the code, you can [create a fork](https://github.com/sambecker/exif-photo-blog/fork) from GitHub, then update your Git connection from your Vercel project settings. Once you've done this, you may need to go to your project deployments page, click •••, select "Create deployment," and choose `main`. > For forked repos, click "Code," then "Update branch" from the main repo page. If you originally cloned the code, you can [create a fork](https://github.com/sambecker/exif-photo-blog/fork) from GitHub, then update your Git connection from your Vercel project settings. Once you've done this, you may need to go to your project deployments page, click •••, select "Create deployment," and choose `main`.