My slides template powered by slidev
- npm / node.js
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
$ nvm install 18
$ nvm use 18- slidev
$ npm i -g @slidev/cli @slidev/theme-default- Basic
$ git clone https://github.com/Zerokei/ZeroSlides.git
$ cd ZeroSlides
$ npm install- Export pdf
$ node_modules/.bin/playwright install-deps$ npm run dev # start dev server
$ npm run export # export to pdf
$ npm run build # build the project and generate the html code$ npm i -g slidev-theme-zero-slide---
theme: zero-slide
---- Export pdf
- Static Hosting
- Cover