Follow along with the presentation:
http://10.10.100.173:9209/js-svgs-cacti?follow&id=444444
If you don’t already have the prerequisites installed, here are the download links:
- Node.js: http://nodejs.org/
- Git: http://git-scm.com/downloads
Note that if you are on OS X, and you have Xcode installed, then you already have Git.
After the above prerequisites are installed, run the following commands from the terminal. (Unfamiliar with terminal? See the Terminal Notes section below.)
git clone https://github.com/limulus/tucsonjs-logo.git
cd tucsonjs-logo
npm install
npm start
In Chrome, open the URL displayed by the npm start
command — this is a server running on your local machine, only accessible to you (and any other users of your machine)!
If you are unfamiliar with the terminal, copy and paste a line into terminal, press enter, and wait for it to complete without error before moving on to the next line. If you are on a Mac and unsure how to get to the terminal to run the above commands, you will want to open the Terminal Application which is found at: /Applications/Utilities/Terminal.app
.