Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capjamesg/intro-to-webmentions-slides
Slides for my Decentralized Website Communication with Webmention talk.
https://github.com/capjamesg/intro-to-webmentions-slides
indieweb webmention
Last synced: about 2 months ago
JSON representation
Slides for my Decentralized Website Communication with Webmention talk.
- Host: GitHub
- URL: https://github.com/capjamesg/intro-to-webmentions-slides
- Owner: capjamesg
- Created: 2023-01-15T19:18:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T17:59:37.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T07:48:51.207Z (about 2 months ago)
- Topics: indieweb, webmention
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentralized Website Communication with Webmention
This repository contains the slides for my talk "[Decentralized Website Communication with Webmention](https://www.codementor.io/events/decentralized-website-communication-with-webmention-fwusximcte/room)", given on January 15th 2023 for Codementor.
## Getting Started
To run the slides, execute these commands:
npm install
npm startThen, open `http://localhost:8000` in your browser.
To navigate between slides, use the left and right arrows on your keyboard or the arrows that appear in the slides.
## License and Atribution
The text content in `index.html` is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
This project uses [Reveal.js](https://revealjs.com) for slides. The source code for Reveal.js is licensed under the [MIT License](https://github.com/hakimel/reveal.js/blob/master/LICENSE).