https://github.com/edde746/twitter-clone
Twitter clone built with SvelteKit & Redis
https://github.com/edde746/twitter-clone
redis redis-om sveltekit tailwindcss twitter-clone
Last synced: 2 months ago
JSON representation
Twitter clone built with SvelteKit & Redis
- Host: GitHub
- URL: https://github.com/edde746/twitter-clone
- Owner: edde746
- License: gpl-3.0
- Created: 2022-02-06T14:32:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T15:56:02.000Z (about 4 years ago)
- Last Synced: 2025-07-26T10:01:51.723Z (11 months ago)
- Topics: redis, redis-om, sveltekit, tailwindcss, twitter-clone
- Language: Svelte
- Homepage: https://twce746.herokuapp.com/
- Size: 658 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/edde746/twitter-clone.git
cd twitter-clone
npm install
npm run dev -- --open
```
To run local redis instance:
```bash
git clone https://github.com/redis/redis-om-node.git
cd redis-om-node/docker
docker compose up
```