-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Mora
authored
Dec 7, 2017
1 parent
1a7c5ac
commit bb5861f
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |