From 5442979bc269c615afa0195a61753f07b121d542 Mon Sep 17 00:00:00 2001 From: KShivendu Date: Sat, 11 May 2024 03:44:04 +0530 Subject: [PATCH] feat: Update setup --- SETUP.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SETUP.md diff --git a/SETUP.md b/SETUP.md new file mode 100644 index 0000000..e0be5f9 --- /dev/null +++ b/SETUP.md @@ -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 +```