This is a Twitter app.
Here are the steps:
# Clone the repo to your current directory
git clone https://github.com/sinProject-Inc/twitter-app.git
# Install the dependencies
cd /twitter-app
npm install
DATABASE_URL="mysql://user:password@localhost:3306/twitter-app"
TWITTER_CLIENT_ID = {client-id}
TWITTER_CLIENT_SECRET = {client-secret}
TWITTER_CALLBACK_URL = http://localhost:5173/sign_in
npx prisma db push
# Start the server and open the app in a new browser tab
npm run dev -- --open
š Ask a question
š Upvote popular feature requests
š Create a bug report
š Become a sponsor
Copyright (c) sinProject Inc. All rights reserved.
Licensed under the MIT license.