Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mora authored Dec 7, 2017
1 parent 1a7c5ac commit bb5861f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# positive-psych-vis
Understanding of how positive psychology's research papers, authors, and applications fit together remains trapped inside the minds of experts — how do we give novices that sort of perspective on the field's "knowledge landscape"?

## How to use:
Download repo, then
```
cd ~/Downloads/positive-psych-vis
```
or into wherever you've downloaded it.
Because it relies on requests for JSON files, you've got to launch a local server. Type into the terminal:
```
python -m SimpleHTTPServer 8000
```
then open your fave browser and find it served to
```
localhost:8000
```
You're jamming!

0 comments on commit bb5861f

Please sign in to comment.