The official reveal.js website and docs. Contributions are welcome!
-
Clone the repo
$ git clone https://github.com/reveal/revealjs.com.git && cd revealjs.com
-
Install dependencies
$ yarn
-
Start the development server
$ yarn start
The development server will automatically reload as you make changes.
There's a built-in task for spell checking.
$ yarn test
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.
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
reveal.js is installed from the master branch. If it gets stuck on an old version, remove the reveal.js entry from package.lock.json
and rerun yarn
.