PocketEngineer is an openclaw powered study app for students to learn and practice physics content of their choice
To use the app:
- run an openclaw agent locally on your machine
- ensure you have node.js and npm installed
- clone this repository
- in the cloned repository, within renderer.js, search for "TODO" and update the openclaw gateway token with your own
- navigate to the repository from terminal and run "npm start" to launch (note: you may have to force install electron first)