codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
71 stars 16 forks source link

feat: add native-rendered Electron app #491

Closed lihebi closed 12 months ago

lihebi commented 12 months ago

There are two ways to make the electron app:

This PR implements approach 2. It can now render the page without a problem. However, approach 1 should be the way to go. ~Therefore, this PR is only for reference.~

lihebi commented 12 months ago

this PR is only for reference.

Actually, this PR is a general platform to build approach 1 as well. I'm merging this.