To install:
- Follow these instructions to install npm and Node.js on your computer if not already installed.
- Clone the WebPIQUE Visualizer repo.
- Navigate to the cloned repo in your terminal.
- Install npm package dependencies by running
npm installornpm i - Run the WebPIQUE Visualizer using
npm run dev