https://github.com/strugee/presentation-foss-intro
Recurse Center presentation on the basics of contributing to free software/open source
https://github.com/strugee/presentation-foss-intro
Last synced: 5 months ago
JSON representation
Recurse Center presentation on the basics of contributing to free software/open source
- Host: GitHub
- URL: https://github.com/strugee/presentation-foss-intro
- Owner: strugee
- License: cc-by-sa-4.0
- Created: 2017-04-12T18:35:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:20:41.000Z (about 9 years ago)
- Last Synced: 2025-10-12T23:39:56.749Z (9 months ago)
- Language: HTML
- Homepage: https://strugee.net/presentation-foss-intro/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro to free software/open source
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation that was generated by [generator-bespoke](https://github.com/markdalgleish/generator-bespoke).
## View slides locally
First, ensure you have the following installed:
* [Node.js](http://nodejs.org)
* [Gulp CLI](http://gulpjs.com)
$ npm install -g gulp-cli
Next, install dependencies (if not already installed by the generator):
$ npm install
Finally, build and serve the presentation!
$ gulp serve