Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisisamish/quack
Quack - just like Twitter, but worse (in every way)
https://github.com/thisisamish/quack
clerk nextjs planetscale prisma t3-stack tailwindcss trpc upstash zod
Last synced: about 2 months ago
JSON representation
Quack - just like Twitter, but worse (in every way)
- Host: GitHub
- URL: https://github.com/thisisamish/quack
- Owner: thisisamish
- Created: 2023-10-14T09:16:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T01:49:00.000Z (about 1 year ago)
- Last Synced: 2023-10-29T02:27:18.313Z (about 1 year ago)
- Topics: clerk, nextjs, planetscale, prisma, t3-stack, tailwindcss, trpc, upstash, zod
- Language: TypeScript
- Homepage: https://quack-lac.vercel.app
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quack
This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`. I built it while learning the T3 Stack from [Theo's video](https://youtu.be/YkOSUVzOAA4?si=UFYPJYO5u65zgJvM).
## Tech I used
- [Next.js](https://nextjs.org)
- [Clerk](https://clerk.com/)
- [Prisma](https://prisma.io)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)
- [PlanetScale](https://planetscale.com/)
- [Upstash](https://upstash.com/)## How do I run this on my system?
1. Make a copy of [.env.example](https://github.com/thisisamish/quack/blob/main/.env.example) in the root of the project and call it ".env".
2. Get the required environment variables (mentioned in the .env.example file).
3. Run `pnpm install`.
4. Run `pnpm run dev`.## How do I deploy it?
The best place to do that is [Vercel](https://vercel.com/). Check out the official guide [here](https://create.t3.gg/en/deployment).