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
- Host: GitHub
- URL: https://github.com/heziode/2025-aeic-alire-tutorial
- Owner: Heziode
- Created: 2025-06-09T21:12:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-10T08:54:12.000Z (12 months ago)
- Last Synced: 2025-08-09T22:38:04.625Z (10 months ago)
- Language: Vue
- Size: 5.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).