https://github.com/jsulpis/slides-template
Minimalist template for creating slides with Reveal.js and Astro
https://github.com/jsulpis/slides-template
Last synced: about 1 year ago
JSON representation
Minimalist template for creating slides with Reveal.js and Astro
- Host: GitHub
- URL: https://github.com/jsulpis/slides-template
- Owner: jsulpis
- Created: 2022-10-31T16:14:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:40:58.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T06:56:20.650Z (about 1 year ago)
- Language: Astro
- Homepage: https://jsulpis.github.io/slides-template
- Size: 147 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reveal.js + Astro
Minimalist template for presentations on the web.
## Usage
You have several options to start a new presentation using this template:
- Click on the button 'Use this template' above, or
- Clone the repo : `git clone git@github.com:jsulpis/slides-template.git`, or
- Use [degit](https://www.npmjs.com/package/degit) (get a copy without cloning): `pnpm dlx degit jsulpis/slides-template my-talk`
## UI Framework
For the specific cases where you need one, you can add one of the [frameworks](https://docs.astro.build/en/guides/integrations-guide/) supported by Astro.
For instance:
```
pnpm astro add svelte
```
or
```bash
pnpm astro add react tailwind
```