Skip to content

edde746/twitter-clone

Repository files navigation

twitter-clone

Simple twitter clone built with SvelteKit and Redis.

Live Preview

https://twce746.herokuapp.com/

Missing Features

  • Replies
  • Notifications
  • Caching
    • Cache trends to improve performance

Developing

To run a local instance of this project:

git clone https://github.com/edde746/twitter-clone.git
cd twitter-clone
npm install
npm run dev -- --open

To run local redis instance:

git clone https://github.com/redis/redis-om-node.git
cd redis-om-node/docker
docker compose up