Simple twitter clone built with SvelteKit and Redis.
https://twce746.herokuapp.com/
- Replies
- Notifications
- Caching
- Cache trends to improve performance
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