Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 757 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 757 Bytes

Install Instruction

Windows/Ubuntu

  • install python

    • Ubuntu: sudo apt-get update; apt-get install python
    • Windows: https://www.python.org/downloads/
    • add to path (if not already)
  • install node from:

    • Ubuntu:
      • curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
      • sudo apt-get install -y nodejs
    • Windows: https://nodejs.org/en/
      • make sure to select npm during install
    • add node to path (if not already)
  • install git

    • Ubuntu: sudo apt-get install git
    • Windows: https://desktop.github.com/
  • clone this repo

  • use terminal/cmd/PowerShell to go into the cloned directory

  • run npm start

  • open a browser: firefox/chrome

  • goto http://localhost:8000