Skip to content

Commit

Permalink
Merge branch 'main' of github.com:amerinor01/merienda-software-libre-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Merino Risueño authored and Alberto Merino Risueño committed Nov 8, 2024
2 parents 2922ff6 + 077a91f commit 2c365c4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Merienda Software Libre

This repository contains everything needed to create the presentation using Marp (Markdown Presentation Ecosystem).

## 📁 Repository Structure
```
├── imgs/ # Images and other media files
├── rose-pine.css # Custom CSS theme
├── slices.md # Slices
├── flake.nix # Nix flake configuration
└── flake.lock # Nix flake lock file
```
## 🚀 Quick Start

### Using VS Code + Marp Extension

1. Install [Visual Studio Code](https://code.visualstudio.com/)
2. Install the [Marp for VS Code](https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode) extension
3. Open any `.md` file
4. Click the "Open Preview to the Side" button or use `Ctrl+K V`

### Using Nix Flakes (Alternative)

If you have Nix with flakes enabled:

```bash
# Enter development shell
nix develop

# Build the presentation while working on
marp --theme rose-pine.css slides.md --watch
```

0 comments on commit 2c365c4

Please sign in to comment.