File size: 1,369 Bytes
6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece 50bebf4 6426ece |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
title: Chat Template Playground
emoji: π»
colorFrom: blue
colorTo: green
sdk: docker
app_port: 3000
pinned: false
license: apache-2.0
---
# Chat Template Playground
A modern SvelteKit playground for experimenting with chat UIs, templates, and interactive components.
## π¦ Installing Dependencies
Install the project dependencies before starting development:
```bash
npm install
# or
yarn install
# or
pnpm install
```
## π» Developing Locally
Start a development server with hot reload:
```bash
npm run dev
# or start the server and open the app in a new browser tab
yarn dev -- --open
```
## ποΈ Building for Production
To create a production build:
```bash
npm run build
```
Preview the production build:
```bash
npm run preview
```
> **Note:** To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
## π§° Tech Stack
- [SvelteKit](https://kit.svelte.dev/)
- [Vite](https://vitejs.dev/)
- [sv](https://github.com/sveltejs/cli)
- [Tailwind CSS](https://tailwindcss.com/) (if enabled)
## π€ Contributing
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
## π License
This project is licensed under the MIT License.
## π¬ Contact
For questions or feedback, please contact the project maintainer.
|