Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.39 KB

README.md

File metadata and controls

67 lines (46 loc) · 1.39 KB

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)