From 68fccc40067cb582b6a2bbce328def39070ce80c Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 7 Feb 2025 18:58:55 -0600 Subject: [PATCH] Add emojis to README --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a192c329..c10bc4ae 100644 --- a/README.md +++ b/README.md @@ -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) -Demo App +🎬Demo App - https://photos.sambecker.com -Features + Features - - Built-in auth - Photo upload with EXIF extraction @@ -22,7 +22,7 @@ Features OG Image Preview -Installation +🛠️ Installation - ### 1. Deploy to Vercel @@ -48,11 +48,13 @@ Installation 3. Add optional title 4. Click "Create" -Receiving updates -- -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. +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. -Develop locally +🔄 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). + +💻 Develop locally - 1. Clone code 2. Run `pnpm i` to install dependencies @@ -60,7 +62,7 @@ Develop locally 4. Run `vercel link` to connect the CLI to your project 5. Run `vercel dev` to start dev server with Vercel-managed environment variables -Further customization +🎨 Further customization - ### 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` 2. Disable SSL by setting `DISABLE_POSTGRES_SSL = 1` -FAQ +📖 FAQ - #### 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`.