Skip to content
Joel Kerfoot edited this page Nov 5, 2019 · 6 revisions

How to set up the scrapper development environment

Operating Systems

Windows

If you already have node and npm installed skip to step #7

  1. Go to https://nodejs.org/en/download/ and download the lts Windows Installer (.msi)

  1. Run the installer

  2. Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings).

  3. Make sure to install npm

  1. Restart your computer

  2. Open a terminal and run node -v and npm -v both should display the latest versions

  3. Clone the repository git@github.com:VikeLabs/scheduler-scraper.git

  4. Open your terminal or command prompt in the repository

  5. Run npm install to install the project dependencies (this may take a couple minutes)

  6. To run the code use npm start

Congrats you're now set up and ready to go

Mac

TODO

See: https://www.webucator.com/how-to/how-install-nodejs-on-mac.cfm

Linux

TODO

See: https://linuxize.com/post/how-to-install-node-js-on-ubuntu-18.04/

Clone this wiki locally