Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title formatting (plus minor proposals) #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Introduction
# Introduction

The VR Journalism Field Guide is a living document intended to grow as we continue to learn about the potential for virtual and augmented reality technology specifically within the field of journalism. The Field Guide is an Open project hosted at Northwestern University's Knight Lab. Contributions are encouraged.

#Contributing
# Contributing

We welcome you to contribute by making a pull request. Take a look at our Issues to see things we'd currently like help with. We're always interested in additions to our list of noteworthy VR journalism projects or hearing about new tools storytellers are using to create VR content. Have a question you'd like help answering? Go ahead and make an issue yourself.

The Field Guide is built with Gitbook. To run the Field Guide locally, fork or clone the repository. Then install the gitbook command by running npm install -g gitbook from your command line. From the root of the VRJournFieldGuide repo, run gitbook build . (this takes the gitbook markdown files and generates html for them) and gitbook build .. You should now have a local copy of the Field Guide running on http://localhost:4000/.
The Field Guide is built with Gitbook. To run the Field Guide locally, fork or clone the repository. Then install the gitbook command by running `npm install -g gitbook` from your command line. From the root of the VRJournFieldGuide repo, `run gitbook build` . (this takes the gitbook markdown files and generates html for them) and gitbook build .. You should now have a local copy of the Field Guide running on http://localhost:4000/.