Skip to content

suhas-pai/react-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb490a6 · Mar 15, 2025

History

31 Commits
Sep 18, 2024
Mar 15, 2025
Oct 14, 2024
Oct 15, 2024
Feb 24, 2025
Feb 24, 2025
Jan 26, 2025
Feb 3, 2025
Feb 3, 2025
Mar 15, 2025
Dec 24, 2024
Dec 24, 2024
Feb 10, 2025
Oct 14, 2024
Feb 3, 2025
Mar 15, 2025
Sep 18, 2024
Jan 26, 2025
Oct 19, 2024
Oct 15, 2024
Oct 19, 2024
Jan 26, 2025

Repository files navigation

React Twitter

A remake of X (formerly Twitter) with the technologies listed below

Currently a work-in-progress, the following will soon be integrated.

This project will be migrated to TanStack Start once the meta-framework reaches v1.0

Configuration

This project can be either locally built for development and production, or for a vercel environment. Create a .env file as such, take a look at .env.example for a list of necessary variables.

This project also provides a ./start_database.sh file to help create a local postgres database using Docker. See comments inside the script file for more information.

Building

This project uses the bun runtime and bundler. The following commands are available for running/building this project:

  • bun run dev (for development)
  • bun run build (for production)
  • bun run start (for production and to run)

Note that at time of writing, bun run start is currently not supported due to an issue in vinxi

This project also has several commands (provided by drizzle) to investigate the postgres database linked in your .env. See package.json for more information

About

Twitter made in ReactTS + TanStack Router + TRPC + TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published