Add 05/01 presentation

This commit is contained in:
2026-05-19 22:31:09 -07:00
parent 3fc28bded1
commit 353e844bf6
3 changed files with 76 additions and 54 deletions
+13
View File
@@ -1,3 +1,16 @@
# Faux Linux User Group presentations
This repository contains the FLUG presentations.
## Serving localls
Run once to install Vite globally:
```bash
npm install -g vite
npm install
```
Run the development server:
```bash
vite serve
```