https://github.com/jsulpis/talk-responsive-css
https://github.com/jsulpis/talk-responsive-css
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsulpis/talk-responsive-css
- Owner: jsulpis
- Created: 2024-07-30T18:46:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T09:43:01.000Z (about 1 year ago)
- Last Synced: 2025-05-07T06:56:22.810Z (about 1 year ago)
- Language: Astro
- Homepage: https://talk-responsive-css.vercel.app
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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
```