b7d48908b9
Add a calendar page and ICS file for event subscriptions. Update the Hello Linux presentation with Tux images and add setup instructions to the README.
20 lines
241 B
Markdown
20 lines
241 B
Markdown
# Faux Linux User Group presentations
|
|
|
|
This repository contains the FLUG presentations.
|
|
|
|
## Usage
|
|
|
|
Install the required dependencies:
|
|
|
|
```bash
|
|
nvm use stable
|
|
npm install
|
|
npm install -g vite
|
|
```
|
|
|
|
Run the development server:
|
|
|
|
```bash
|
|
vite
|
|
```
|