/WalkingTourEditor

The editor for the WalkingTour client, currently deployed to Glitch.com. For the client, see https://github.com/JGL/WalkingTourClient

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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)