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

https://github.com/heziode/2025-aeic-alire-tutorial

Materials of the Alire tutorial at AEiC'25
https://github.com/heziode/2025-aeic-alire-tutorial

Last synced: 4 months ago
JSON representation

Materials of the Alire tutorial at AEiC'25

Awesome Lists containing this project

README

          

# Alire Package Manager Tutorial - AEiC 2025

Materials for the Alire tutorial at AEiC'25:

- [Intro slides](https://Heziode.github.io/2025-AEiC-alire-tutorial/slides)
- [Exercises](https://Heziode.github.io/2025-AEiC-alire-tutorial/exercises)
- [Wordle exercise](https://github.com/Heziode/2025-AEiC-alire-tutorial/blob/main/wordle-exercise.md)

## For devs / presenter

The slides uses [Slidev](https://github.com/slidevjs/slidev) framework.

Slides are written in Markdown, with the support of Vue.js components.

To start the slide show:

- `pnpm install`
- `pnpm dev`
- visit

Edit the [slides.md](./slides.md) to update the presentation slides and [exercises.md](./exercises.md) to update the exercises.

Learn more about Slidev at the [documentation](https://sli.dev/).