You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Setup Process requires two node_module folders in BrainDataRecorder and BrainDataRecorder//frontend. This is obviously bloated and needs to be optimized.
Having a python backend requires a python virtual environment to be created and executed via npm run start. We may be able to streamline this process once said backend is condensed into an executable.
Suggested fixes
Reduce number of node_module environments to 1.
Having a variant that is all JS based may reduce bloat.
The text was updated successfully, but these errors were encountered:
Current Setup Process requires two node_module folders in
BrainDataRecorder
andBrainDataRecorder//frontend
. This is obviously bloated and needs to be optimized.npm run start
. We may be able to streamline this process once said backend is condensed into an executable.Suggested fixes
The text was updated successfully, but these errors were encountered: