- install node on your machine (https://nodejs.org/en)
- run
npm install
- setup you
.env
on the root directory next tosrc
. - open your terminal and change the directory to the project path.
- run app using
vite
command - go to http://localhost:5173/
Note: these two .env key values must be added before running the application. (copy & paste)
VITE_WASM_LIB =node_modules/three/examples/jsm/libs/rhino3dm/
VITE_API_URL=http://127.0.0.1:5001