Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinchang/ai-chat-widget
https://github.com/sinchang/ai-chat-widget
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinchang/ai-chat-widget
- Owner: sinchang
- Created: 2023-07-25T02:57:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-28T07:03:48.000Z (over 1 year ago)
- Last Synced: 2024-12-23T04:47:28.533Z (11 days ago)
- Language: TypeScript
- Homepage: https://ai-chat-widget.vercel.app
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ai-chat-widget
## Tech Stacks
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Jotai](https://jotai.org/)## Prerequisite
- Node.js >= 18.16.0
- [nvm](https://github.com/nvm-sh/nvm) (optional)
- pnpm installed## Get Started
Create a `.env.local` file and update the environment variables.
```
cp .env.example .env.local
```## Running Locally
```bash
pnpm i
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.