An open API service indexing awesome lists of open source software.

https://github.com/jumplink/presentation-beabee-ai


https://github.com/jumplink/presentation-beabee-ai

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Beabee AI Callout Presentation

A Reveal.js presentation built with Vite, showcasing a Beabee AI callout example.

## Setup

```bash
# Install dependencies
npm install
```

## Development

```bash
# Start development server with hot reload
npm run dev
```

## Build for Production

```bash
# Build for production
npm run build

# Preview production build
npm run preview
```

## Project Structure

- `index.html` - Main HTML file containing the presentation slides
- `src/main.js` - JavaScript entry point that initializes Reveal.js