- 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.
Last active
June 21, 2023 09:27
-
-
Save 1Marc/994f7ba094b22a328878b2622256732f to your computer and use it in GitHub Desktop.
Debugging JavaScript LIVE -- Setup Instructions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 NVM8.17.0
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/