Execute: npm run build
node_modules cause problems with symlinks when using the package from local folder, so it is removed before executing tsc.
Execute: npm install ./local_module
Execute: npm install evergine-react
Import the required component: import { initializeEvergineBase, useStore, evergineStore, useEvergineStore, createStore, EvergineStore, EvergineCanvas } from 'evergine-react'