https://github.com/marmelab/cloudflare-ai-assistant
A simple AI assistant made using Nuxt and Cloudflare AI
https://github.com/marmelab/cloudflare-ai-assistant
Last synced: 4 months ago
JSON representation
A simple AI assistant made using Nuxt and Cloudflare AI
- Host: GitHub
- URL: https://github.com/marmelab/cloudflare-ai-assistant
- Owner: marmelab
- Created: 2024-05-20T08:51:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T14:01:01.000Z (12 months ago)
- Last Synced: 2025-02-17T02:53:24.650Z (4 months ago)
- Language: Vue
- Size: 180 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare AI Assistant
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
npx wrangler login
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```## Production
Build the application for production:
```bash
# npm
npm run build
```Locally preview production build:
```bash
# npm
npm run preview
```