# Intro-to-open-source **Repository Path**: mirrors_pimterry/Intro-to-open-source ## Basic Information - **Project Name**: Intro-to-open-source - **Description**: A quick talk introducing open-source to new developers - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction to Open Source > A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke) ## View slides locally First, ensure you have the following installed: 1. [Node.js](http://nodejs.org) 2. [Bower](http://bower.io): `$ npm install -g bower` 3. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli` Then, install dependencies and run the preview server: ```bash $ npm install && bower install $ grunt server ```