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
- Host: GitHub
- URL: https://github.com/bonnie/lectures-and-live-coding
- Owner: bonnie
- Created: 2017-10-02T18:08:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T20:35:45.000Z (about 8 years ago)
- Last Synced: 2025-07-07T05:43:22.359Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.