Skip to content

Simple threads clone made using remix, drizzle, sqlite.

License

Notifications You must be signed in to change notification settings

mmvergara/threads-clone

Repository files navigation

Created: Dec 8, 2024

Threads Clone

Simple Threads Clone with Remix and Drizzle


Stack

  • Remix
  • Drizzle
  • Sqlite
  • Uploadthing

Installation

Fill in the .env file with the correct values. then

# Install dependencies
npm install

# Create local.db
touch local.db

# Push schema to local.db
npx drizzle-kit push

# Run
npm run dev

# Open studio for database visualization
npx drizzle-kit studio

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9

Thoughts upon developing (probably irrelevant)

Releases

No releases published

Packages

No packages published