Spaces:
Sleeping
Sleeping
File size: 1,369 Bytes
9a4f37b 50bebf4 9a4f37b 50bebf4 9a4f37b 50bebf4 9a4f37b 422c4b1 9a4f37b 50bebf4 9a4f37b 50bebf4 9a4f37b 422c4b1 9a4f37b 50bebf4 9a4f37b 50bebf4 9a4f37b 422c4b1 9a4f37b 50bebf4 9a4f37b 422c4b1 9a4f37b 422c4b1 9a4f37b 422c4b1 9a4f37b 50bebf4 9a4f37b 422c4b1 9a4f37b |
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.
|