An open API service indexing awesome lists of open source software.

https://github.com/jsulpis/talk-responsive-css


https://github.com/jsulpis/talk-responsive-css

Last synced: 12 months ago
JSON representation

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
```