antigrav_lab/setup_instructions.md

569 B

Setup Instructions

Since we are not using a package manager, you need to manually download the Chart.js library.

  1. Download Chart.js

    • Click this link: Chart.js UMD Build
    • Right-click the page/code and select "Save Page As..." (or "Save As...").
    • Save the file as chart.js inside the lib folder of your project.
    • Path: e:\dev\antigrav_lab\lib\chart.js
  2. Verify

    • Ensure the file exists at lib\chart.js.
  3. Run

    • Open index.html in your browser.