Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 533 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 533 Bytes

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