Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Berger committed Aug 16, 2018
1 parent 0c469c1 commit 6e4371d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignment0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Next, we will walk through how we will develop visualization applications for th

* First, it is necessary to run a local server on your computer, so that you may safely access local files when developing. The simplest way to do this is using python. Installing python on your machine should be fairly standard, depending on your preferred OS, so I will not go over this.
* Next, lets run a local server. Fire up a terminal, and go to the top-level directory of the assignments repository, it should be named **vis-fall2018-assignments**. If you renamed it when you cloned the repository, use that name. If you are running python2.x, then issue: `python -m SimpleHTTPServer` to the terminal. If you are running python3.x, then issue: `python -m http.server`. You will now be running a local server on your machine.
* Fire up your **Google Chrome** browser. Go to the following url: [http://localhost:8000](http://localhost:8000). You should now see the survey that you will need to fill out. Hurrah!
* Fire up your **Google Chrome** browser. Go to the following url: [http://localhost:8000/assignment1](http://localhost:8000/assignment1). You should now see the survey that you will need to fill out. Hurrah!
* Open up `index.html` with your favorite text editor or IDE, and you will see a set of `question` and `answer` variables. Please fill in the `answer` variables with your responses.
* Refresh the webpage, and you will see your responses, with some d3 flair. To prove that you actually did this, please take a screenshot of your browser, and save the image to the `assignment0` directory.
* Zip up the `assignment0` directory, and submit it to Brightspace.
Expand Down

0 comments on commit 6e4371d

Please sign in to comment.