Skip to content

YertleTurtleGit/scanning-pipeline

Repository files navigation

Scanning Pipeline

Live Demo in Web Browser (Chromium)

https://scanning-pipeline.netlify.app/

Run and Edit on Local Maschine

  1. Clone the repository:

    git clone https://github.com/YertleTurtleGit/scanning-pipeline
  2. Open your preferred web browser and open the 'index.html' file.

    Chromium based browsers work best. File access from files needs to be enabled:

    chromium --allow-file-access-from-files index.html
  3. You can now edit the files with your preferred Editor and refresh the web browser to see the results.

Recommendations

  1. Use Visual Studio Code and open the workspace file.

    Now you can run the application by using the configuration in launch.json.

    In Visual Studio Code: 'Run > Start Debugging (F5)'

  2. Use jsdoc.

    npm install jsdoc
  3. Install npm types for three.js and chart.js.

    npm install @types/three
    npm install @types/chart.js