-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.