description-improv / README.md
Felix Zieger
description
73e148e
|
raw
history blame
658 Bytes
---
title: M1X Think in Sync
emoji: 🐢
colorFrom: blue
colorTo: pink
sdk: docker
app_port: 8080
pinned: false
---
# Think in Sync
You will be given a secret word. Your goal is to describe this secret word so that an AI can guess it.
However, you are only allowed to say one word at the time, taking turns with another AI.
## Develop locally
You need Node.js and npm installed on your system.
Add a .env file with `VITE_MISTRAL_API_KEY=xxx` to query Mistral LLM from your local environment.
```
npm i
npm run dev
```
## What technologies are used for this project?
This project is built with .
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS