Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/costineest/twitter-emoji-clone
https://github.com/costineest/twitter-emoji-clone
clerkauth mysql nextjs prismaorm t3-stack vercel-deployment
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/costineest/twitter-emoji-clone
- Owner: costinEEST
- Created: 2023-07-17T11:05:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T14:52:49.000Z (over 1 year ago)
- Last Synced: 2023-07-26T15:52:59.678Z (over 1 year ago)
- Topics: clerkauth, mysql, nextjs, prismaorm, t3-stack, vercel-deployment
- Language: TypeScript
- Homepage: https://twitter-emoji-clone-tau.vercel.app
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Clone of [@t3dotgg](https://github.com/t3dotgg/chirp)'s project.
# CLI
- Starter template:
```bash
pnpm create t3-app@latest
```- Authentication with Clerk:
```bash
pnpm add @clerk/nextjs
```- [Update the types](https://github.com/prisma/prisma/discussions/4568) to reflect the schema changes:
```bash
prisma generate
```# Docs
- [readme](docs.md)
- https://create.t3.gg/en/installation#pnpm
- https://planetscale.com/docs/prisma/prisma-quickstart#initialize-prisma
- https://www.prisma.io/docs/concepts/components/prisma-studio
- https://clerk.com/docs/nextjs/get-started-with-nextjs#install-clerk-nextjs
- https://clerk.com/docs/nextjs/get-started-with-nextjs#mount-clerk-provider
- https://clerk.com/docs/nextjs/middleware#auth-middleware
- https://clerk.com/docs/component-reference/sign-in-button
- https://clerk.com/docs/component-reference/signoutbutton
- https://axiom.co/vercel
- https://www.prisma.io/docs/concepts/components/prisma-schema/data-model
- https://tailwindcss.com/docs/customizing-colors
- https://trpc.io/docs/server/error-handling
- https://flowbite.com/docs/components/spinner/#default-spinner# Logs
- https://app.planetscale.com/costi/chirp
- https://vercel.com/costineest/twitter-emoji-clone
- https://vercel.com/costineest/twitter-emoji-clone/settings/environment-variables
- https://vercel.com/costineest/twitter-emoji-clone/settings/functions
- [Axiom's Vercel integration](https://vercel.com/dashboard/integrations/icfg_R8gE1OnqThhx6jPeAiBnfOFl)
- https://youtu.be/YkOSUVzOAA4?t=4778# Related
- Twitter Clone using Next.js 13 (with Tailwind CSS, TypeScript and SupaBase: https://github.com/sonipranjal/ultimate-twitter-clone + https://youtu.be/QdxUZhLHZiA
- https://github.com/zws-im/zws#self-hosting# Tool
- https://github.com/prisma/language-tools/tree/main/packages/vscode
- [Auto open the browser when running dev command](https://github.com/vercel/next.js/discussions/13448#discussioncomment-1902555) + https://twitter.com/housecor/status/1389921190089736195