This revised version uses figures and tables cropped from the provided paper PDF and supplementary PDF. It does not use Mermaid flowcharts.
npm install --registry=https://registry.npmmirror.com
npm run devOpen http://localhost:3030/.
Most edits are in:
slides.md
public/deck.css
figures/
This deck is set up for GitHub Pages with .github/workflows/deploy.yml.
After pushing to main, GitHub Actions builds Slidev with the repository base path and deploys the dist/ folder to Pages.
Expected live URL:
https://complight.github.io/presentation_physiolatent/
For PDF/PNG export, Slidev may require Chromium through Playwright:
npx playwright install chromium
npm run export:pdf