Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edujbarrios/my_sli.dev_presentation_template
https://github.com/edujbarrios/my_sli.dev_presentation_template
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edujbarrios/my_sli.dev_presentation_template
- Owner: edujbarrios
- Created: 2024-11-28T13:15:43.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-28T13:19:10.000Z (about 1 month ago)
- Last Synced: 2024-11-28T14:27:13.684Z (about 1 month ago)
- Language: CSS
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-slidev-sample
![](../../workflows/build/badge.svg) ![](../../workflows/release/badge.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/5dddd2ae-56ca-4047-a4f7-147059bb96f7/deploy-status)](https://app.netlify.com/sites/pyohio2021-presentation/deploys)
## Introduction
Sample slides created by [Gregory M.
Kapfhammer](https://www.gregorykapfhammer.com/) to illustrate the use of
Slidev's features. These slides were created from other slides, that I used for
teaching and research, that were created with tools like LaTeX and Beamer.## Installation
To access the GitHub repository that contains the source code for these slides,
please follow these
[instructions](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
provided by [GitHub](https://github.com/). Once you have cloned the repository
to a directory on your computer, please change into it by typing the command `cd
pyohio2021-presentation` from the directory where you clone the repository.## Commands
Now you are ready to view the presentation! To start the slide show:
- Type `npm install` to install the project's dependencies
- Type `npm run dev` to start a local development server
- Visit http://localhost:3030 to view the slides
- Visit http://localhost:3030/presenter to view the slides in presenter modeThe slide show also features other building and development options:
- Typing `npm run remote` will run an additional server supporting remote access
to your laptop. Please see the diagnostic output for the correct address for
the server.
- Typing `npm run build` will create a production version of the presentation in
the form of static HTML
- Typing `npm run export` will create a PDF of the presentation.Please note that, depending on your version of Playwright, the formatting of the
PDF-based presentation created by `npm run export` may vary slightly from the
version created by either the `npm run dev`, `npm run remote`, or `npm run
build` commands.## Modifying or Adding Slides
You can edit the [slides.md](./slides.md) in a text editor. If you have a
development server running, then it will notice these changes and regenerate the
web sited and automatically reload your browser, allowing you to to see the
changes. You can learn more about Slidev by visiting its [web
site](https://sli.dev/).