An open API service indexing awesome lists of open source software.

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

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