Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangecms/open-source-firmware
Slides for a talk on open-source firmware
https://github.com/orangecms/open-source-firmware
Last synced: about 1 month ago
JSON representation
Slides for a talk on open-source firmware
- Host: GitHub
- URL: https://github.com/orangecms/open-source-firmware
- Owner: orangecms
- License: mit
- Created: 2018-11-04T01:05:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:23:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T07:34:10.646Z (2 months ago)
- Language: HTML
- Size: 16.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
These are slides for a talk on open source firmware.You can [view them online](https://metaspora.org/open-source-firmware) or
locally.The slides are written in
[GitHub Flavored Markdown](https://github.github.com/gfm/) (see `slides.md`) and
presented through [Remark.js](https://remarkjs.com/).## Installation
You will need Bower, and for development with live reload, also Node.js, npm
and Gulp.### Run the slides
To install runtime dependencies:
```bash
bower install
```To serve from a local webserver, you need to have `gulp-cli` in your system.
Then:
```bash
npm install && gulp
```The slides will be running on `http://localhost:8012`.
Alternatively, you can serve `index.html` from any other webserver, e.g. nginx.
Images are in `img/`, JavaScript sources in `bower_components` and `slides.js`.## Feedback
If you have any questions or suggestions, please reach out to me, create PRs or
issues, or simply write me an email. I'll be happy to help! 🐢