obeq / git-course-docs

0 stars 0 forks source link

Git course slides repository

Usage

  1. If you clone the repo locally you also need to get the submodule files with git submodule update --init --recursive

  2. You can use any local server to serve the files. One option is live-server (install it with npm install -g live-server then type live-server in the command line). Using a local server gives you additional features such as live-reload and some of the more advanced Reveal.js features.

  3. Push completed slides back to GitHub

  4. Configure your GitHub pages settings to serve the slides from youraccount.github.io/repositoryname (or custom domain even)

  5. Amaze your friends by being able to share the URL of your live, interactive slides with your audience immediately. No more emailing PowerPoint attachments for YOU!

Updating Reveal.js

Credits

License

Contributing