readme
This commit is contained in:
parent
d93a4aa4f2
commit
4443c0e910
2 changed files with 22 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -22,3 +22,4 @@ Thumbs.db
|
|||
# Vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
.aider*
|
||||
|
|
|
|||
22
README.md
22
README.md
|
|
@ -1,3 +1,23 @@
|
|||
# thom-chat
|
||||
|
||||
[T3 Chat](https://t3.chat/) clone.
|
||||
Clone of [T3 Chat](https://t3.chat/)
|
||||
|
||||
## 🚀 Features
|
||||
|
||||
- Fast chat goes brrrr
|
||||
- Self-hostable
|
||||
|
||||
## 🛠️ Tech Stack
|
||||
|
||||
- **Framework**: SvelteKit
|
||||
- **Language**: TypeScript
|
||||
- **Styling**: Tailwind
|
||||
- **Components**: Melt UI (next-gen)
|
||||
- **Testing**: Humans
|
||||
- **Package Manager**: pnpm
|
||||
- **Linting**: ESLint
|
||||
- **Formatting**: Prettier
|
||||
|
||||
## 📦 Self-hosting
|
||||
|
||||
IDK, calm down
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue