Skip to content

Instantly share code, notes, and snippets.

@limulus
Last active August 29, 2015 14:06
Show Gist options
  • Save limulus/0aa4048d36285c432a56 to your computer and use it in GitHub Desktop.
Save limulus/0aa4048d36285c432a56 to your computer and use it in GitHub Desktop.
TucsonJS: JavaScript, SVGs and Cacti – Install Instructions and Links

JavaScript, SVGs and Cacti

Presentation

Follow along with the presentation:

http://10.10.100.173:9209/js-svgs-cacti?follow&id=444444

TucsonJS Logo Demo

Prerequisites

If you don’t already have the prerequisites installed, here are the download links:

Note that if you are on OS X, and you have Xcode installed, then you already have Git.

Installation and Running

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)!

Terminal Notes

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment