Skip to content

stevenleon99/SurgiBotInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Install node.js and npm

Install Node & npm

Install FastAPI

pip install fastapi==0.105.0
pip install "uvicorn[standard]"
pip install mecademicpy
pip install python-fcl
pip install scikit-robot

Start Project

  • Install Tauri (Recommended) Install Rust By the CLI, at the directory you want to create the project
npm create tauri-app@latest

or

  • Install vite By the CLI, at the directory you want to create the project
npm init vite

Install package

npm install
npm install axios
npm install vuetify
npm install dat.gui --save-dev
npm install @types/dat.gui --save-dev
npm install vuex
npm install @mdi/font -D

(You can also select your own Icon set)

npm install --save three

(If use three js as 3D rendering)

Run Local Server

npm run dev

Build application

npm run tauri dev

(saved to directory [PROJECT-NAME]\src-tauri\target)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published