Skip to content

Commit

Permalink
feat: Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed May 10, 2024
1 parent 520a3c2 commit 5442979
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

## Steps to compile:

```bash
npm i -g marp-cli
marp --server .

# To convert into .html
marp --html talk/presentation.md # generates talk/presentation.html
```

0 comments on commit 5442979

Please sign in to comment.