Skip to content

JGL/WalkingTourEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WalkingTourEditor

An web based editor for a web based walking tour. The client of the Walking Tour is available at:

https://github.com/JGL/WalkingTourClient

Installation Instructions

  1. Install Homebrew if on OSX or Homebrew on Linux if on Linux or Windows (via Windows Subsystem for Linux). Run "brew update" to ensure Homebrew is up to date. Then run "brew doctor" to make sure your system is ready to brew. Next, add Homebrew’s location to your $PATH in your .bash_profile or .zshrc file. "export PATH="/usr/local/bin:$PATH""
  2. Install git via homebrew
  3. Install node via homebrew
  4. clone https://github.com/JGL/WalkingTourEditor.git
  5. cd into freshly created folder "WalkingTourEditor"
  6. run "npm install"
  7. run "node server.js"
  8. view the server via your favourite webrowser (likely defaults to localhost:3000)