Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 998 Bytes

README.md

File metadata and controls

44 lines (36 loc) · 998 Bytes

Chirp - A Twitter Clone

Roadmap

  • User Authentication
  • User Profiles
  • User Tweets
  • Enhanced User Interface
  • User Replies
  • User Retweets
  • User Follows
  • User Feed
  • User Likes
  • User Search
  • User Settings
  • User DMs

Stack

This is a T3 Stack project bootstrapped with create-t3-app.

And A lot of other cool opensource libraries and tools.

Getting Started

  • Clone the repo
  • Install dependencies with pnpm
  • Create a .env file with the following variables:
    • DATABASE_URL
    • NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
    • CLERK_SECRET_KEY
    • UPSTASH_REDIS_REST_URL
    • UPSTASH_REDIS_REST_TOKEN
  • Run pnpm dev to start the development server
  • Run pnpm build to build the app for production