Intro slides used at the beginning of RomaJS meetings.
This project requires node 20 and uses pnpm as package manager.
If you have nvm installed run
nvm useYou do not need to install pnpm, you just need have node 20 installed and then enable corepack:
corepack enableYou should then be able to run pnpm normally in this project, e.g.
pnpm run buildTo start the slide show:
- pnpm install
- pnpm run dev
- visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev on documentations.
pnpm run buildexec build script then run:
pnpm run previewThere's a github action that publishes the slides on Github pages whenever main is updated.
Add or update the theme config object in the frontmatter of slides.md.
# used for theme customization, will inject root styles as `--slidev-theme-x` for attribute `x`
themeConfig: # xmas theme
  primary: '#ffb200'
  bg-primary: '#111'See https://sli.dev/custom/ for more details.