Skip to content

Instantly share code, notes, and snippets.

@1Marc
Last active June 21, 2023 09:27
Show Gist options
  • Save 1Marc/994f7ba094b22a328878b2622256732f to your computer and use it in GitHub Desktop.
Save 1Marc/994f7ba094b22a328878b2622256732f to your computer and use it in GitHub Desktop.
Debugging JavaScript LIVE -- Setup Instructions
  • Make sure you have a GitHub account
  • Install:
    • Git
    • Text editor (Atom or VSCode suggested)
    • Node installed and available via command line node. Recommended version 4.6 or greater.
    • Chrome web browser (latest stable release)
    • Clone the getRANTR repo and follow the install instructions.
@dtauer
Copy link

dtauer commented Jan 15, 2023

Updated Installation Instructions:

We recommend using Node.js version 8.17.0. You can use NVM (Node Version Manager) to install and switch between Node versions. Once you've installed NVM

  • install version 8.17.0
  • clone the repo
  • install dependencies
  • run the application
nvm install 8.17.0
git clone https://github.com/toddhgardner/getrantr.git
cd getrantr
npm i
npm start

View the application at: http://www.getrantr.com:9000/

@varjmes
Copy link

varjmes commented Jun 21, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment