Commit Graph

6 Commits

Author SHA1 Message Date
tobiadefami
f0735525c1 feat: Add Docker support and improve browser compatibility
This commit adds Docker support for easy deployment and improves browser compatibility:

- Add Dockerfile and docker-compose.yml for containerized deployment
- Fix Pyodide integration to work properly in browser-only mode
- Add mock implementation for server-side rendering
- Clean up markdown formatting in analysis output
- Update README with Docker deployment instructions
- Add platform-specific keyboard shortcuts (Mac/Windows)
- Ensure public directory exists in Docker build
- Fix TypeScript type definitions for Pyodide

The application now properly handles the browser/server environment difference,
with Python analysis running exclusively in the browser while the server
provides API proxying and static file serving.
2025-02-28 12:30:29 +01:00
tobiadefami
7bd70194ce ADD: wasm sandbox 2025-02-20 02:38:20 +01:00
tobiadefami
b572ff46c3 config files 2025-02-14 22:59:07 +01:00
tobiadefami
7d574e066d switch back to web based app 2025-01-17 11:44:50 +01:00
tobiadefami
b1f25e40da electron version 2024-12-10 15:22:37 +01:00
Madison May
1a5c3cdd46 Initial commit 2024-12-07 09:51:20 -05:00