kno10 / revealjs.com

The official reveal.js website and documentation

Home Page:https://revealjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

revealjs.com

The official reveal.js website and docs. Contributions are welcome!

Installation

  1. Clone the repo

    $ git clone https://github.com/reveal/revealjs.com.git && cd revealjs.com
  2. Install dependencies

    $ yarn
  3. Start the development server

    $ yarn start

The development server will automatically reload as you make changes.

Spell Check

There's a built-in task for spell checking.

$ yarn test

Technologies

This site is built using Eleventy — a powerful but easy to use static site generator. It's styled with tailwindcss and the docs are written in Markdown.

Deploy

The site is hosted on Netlify and automatically deploys master when there are new commits.

We automatically generate our production build at deploy-time but it's also possible to do it manually with:

yarn run production

Note

reveal.js is installed from the dev branch. If it gets stuck on an old version, remove the reveal.js entry from package.lock.json and rerun yarn.

About

The official reveal.js website and documentation

https://revealjs.com


Languages

Language:JavaScript 32.4%Language:SCSS 26.1%Language:HTML 24.6%Language:Nunjucks 16.9%