Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siavol/astro-reveal
A simple experiment project combining Astro and Reveal.js frameworks to create web presentations.
https://github.com/siavol/astro-reveal
astro reveal-js
Last synced: 12 days ago
JSON representation
A simple experiment project combining Astro and Reveal.js frameworks to create web presentations.
- Host: GitHub
- URL: https://github.com/siavol/astro-reveal
- Owner: siavol
- Created: 2025-01-31T21:15:05.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-31T22:08:55.000Z (13 days ago)
- Last Synced: 2025-01-31T22:25:52.136Z (13 days ago)
- Topics: astro, reveal-js
- Language: Astro
- Homepage: https://astro-reveal.vercel.app
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro + Reveal.js Demo
A simple experiment project combining [Astro](https://astro.build) and [Reveal.js](https://revealjs.com) frameworks to create web presentations.
## Quick Start
1. Install dependencies:
```sh
npm install
```2. Start development server:
```sh
npm run dev
```The presentation will be available at `localhost:4321`