https://github.com/jumplink/presentation-beabee-ai
https://github.com/jumplink/presentation-beabee-ai
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumplink/presentation-beabee-ai
- Owner: JumpLink
- Created: 2025-03-07T15:36:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T05:29:30.000Z (over 1 year ago)
- Last Synced: 2025-03-10T06:19:25.832Z (over 1 year ago)
- Language: JavaScript
- Size: 585 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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