Skip to content

max-rousseau/nebulafog-aider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula Fog Hackathon - Aider Presentation

Welcome to the Nebula Fog Hackathon presentation repository! This repository contains the Slidev presentation and Asciinema demo for participants interested in learning about Aider.

Slides

The slides.md file contains the Slidev presentation used during the hackathon.

Viewing the Slides

To view the slides locally, follow these steps:

  1. Install Slidev (requires Node.js and npm):

    npm install -g @slidev/cli
  2. Start the Slidev server:

    slidev serve slides.md
  3. Open your browser and navigate to http://localhost:3030 to view the presentation.

For more information, visit the Slidev Documentation.

Demo

The demo.cast file is an Asciinema recording of the live demo from the presentation.

Playing the Demo

To play the demo recording, follow these steps:

  1. 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.

  2. Play the Recording:

    asciinema play demo.cast

For more details, refer to the Asciinema Documentation.

Prerequisites

  • 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.

Getting Started

Clone the repository:

git clone https://github.com/yourusername/nebulafog-aider.git
cd nebulafog-aider

About

Presentation given at Nebula Fog hackathon about Aider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published