/slides

Primary LanguageJavaScriptMIT LicenseMIT

reveal.js

Slides

reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at revealjs.com.

The framework comes with a powerful feature set including nested slides, Markdown support, Auto-Animate, PDF export, speaker notes, LaTeX typesetting, syntax highlighted code and an extensive API.


Want to create reveal.js presentation in a graphical editor? Try https://slides.com. It's made by the same people behind reveal.js.


Sponsors

Hakim's open source work is supported by GitHub sponsors. Special thanks to:

WorkOS
Your app, enterprise-ready.
Start selling to enterprise customers with just a few lines of code. Add Single Sign-On (and more) in minutes instead of months.

Getting started

Getting Started

Install Dependencies:

Install the project's dependencies using npm:

npm install

Usage

Serve the Project

To serve the project locally for development, use the following command:

npm run dev

This command will start a development server, allowing you to access the project in a web browser at http://localhost:3000 or a different port if specified in your project configuration.

Build the Project

To build the project for production deployment, run:

npm run build

This command will generate optimised production-ready assets and place them in the dist directory.

Deploy the Project

To deploy the project, you can use the following command:

npm run deploy

The deployment process may vary depending on your specific hosting environment. Be sure to configure your deployment settings as needed, and consult your hosting provider's documentation for detailed instructions.

MIT licensed | Copyright © 2011-2022 Hakim El Hattab, https://hakim.se