Files
flug/README.md
T

20 lines
241 B
Markdown
Raw Normal View History

2026-04-03 20:07:14 -07:00
# Faux Linux User Group presentations
This repository contains the FLUG presentations.
2026-05-28 18:40:14 -07:00
## Usage
Install the required dependencies:
```bash
nvm use stable
npm install
npm install -g vite
```
Run the development server:
```bash
vite
```