Skip to content

Commit

Permalink
Update github link & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamWelsh committed Apr 12, 2023
1 parent 11ed29d commit edcf3da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
# Create T3 App
## ChatGPT Clone with OpenAI API, Drizzle ORM, PlanetScale, tRPC, NextJS

This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.

## What's next? How do I make an app with this?

We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.

If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our [Discord](https://t3.gg/discord) and ask for help.

- [Next.js](https://nextjs.org)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)

## Learn More

To learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:

- [Documentation](https://create.t3.gg/)
- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorials

You can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!

## How do I deploy this?

Follow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.
https://chat.williamalanwelsh.com
8 changes: 7 additions & 1 deletion src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,13 @@ const Sidebar = ({
<div onClick={onDeleteAllSessions}>
<MenuItem icon={faTrashCan} text="Clear converstations" />
</div>
<MenuItem icon={faGithub} text="GitHub" />
<a
href="https://github.com/WilliamWelsh/chatgpt-clone"
target="_blank"
rel="noreferrer"
>
<MenuItem icon={faGithub} text="GitHub" />
</a>
<div className="flex cursor-pointer items-center gap-2 rounded-md px-4 py-3 hover:bg-gray-600">
<FontAwesomeIcon icon={faArrowRightFromBracket} className="h-4 w-4" />
<SignOutButton />
Expand Down

1 comment on commit edcf3da

@vercel
Copy link

@vercel vercel bot commented on edcf3da Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.