This is an embryonic attempt to run WebVPython on Pyodide.
Please use node version 18 or higher.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version:
npm run buildPreview the production build with npm run preview.
To build the vpython package:
npm run zip
To deploy on GAE:
npm run deploy