Welcome to the Nebula Fog Hackathon presentation repository! This repository contains the Slidev presentation and Asciinema demo for participants interested in learning about Aider.
The slides.md file contains the Slidev presentation used during the hackathon.
To view the slides locally, follow these steps:
-
Install Slidev (requires Node.js and npm):
npm install -g @slidev/cli
-
Start the Slidev server:
slidev serve slides.md
-
Open your browser and navigate to
http://localhost:3030to view the presentation.
For more information, visit the Slidev Documentation.
The demo.cast file is an Asciinema recording of the live demo from the presentation.
To play the demo recording, follow these steps:
-
Install Asciinema:
-
On macOS:
brew install asciinema
-
On Linux (Ubuntu/Debian):
sudo apt-get install asciinema
-
On Windows: Use Windows Subsystem for Linux (WSL) and install Asciinema within the Linux environment.
-
-
Play the Recording:
asciinema play demo.cast
For more details, refer to the Asciinema Documentation.
- Node.js: Required for installing Slidev. Download from Node.js Official Website.
- npm: Comes with Node.js and is used to install packages globally.
- Git: Optional, for cloning the repository.
Clone the repository:
git clone https://github.com/yourusername/nebulafog-aider.git
cd nebulafog-aider