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

https://github.com/bonnie/lectures-and-live-coding

Lecture Materials and Live Coding Examples by Justin Haaheim
https://github.com/bonnie/lectures-and-live-coding

Last synced: 2 months ago
JSON representation

Lecture Materials and Live Coding Examples by Justin Haaheim

Awesome Lists containing this project

README

          

# Lecture Materials and Live Coding Examples

By @justinhaaheim

Browse this code here on GitHub, or clone this repository using the steps below.

## Setup

Pre-requisites: [Node.js](https://nodejs.org/en/download/) and *npm*

1. Clone this repo in your terminal using `git clone https://github.com/justinhaaheim/lectures-and-live-coding.git`

2. Use `cd` to navigate to the directory you're interested in

3. In most cases you will need to run `npm install` in that directory. In some cases you may need to setup a database -- see specific instructions in that directory.