https://scanning-pipeline.netlify.app/
-
Clone the repository:
git clone https://github.com/YertleTurtleGit/scanning-pipeline
-
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
-
You can now edit the files with your preferred Editor and refresh the web browser to see the results.
-
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)'
-
Use jsdoc.
npm install jsdoc
-
Install npm types for three.js and chart.js.
npm install @types/three npm install @types/chart.js