mishig's picture
mishig HF Staff
First build
6426ece
---
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.