Try it here.
A simple demonstration to wrap @monaco-editor/react
into an online TypeScript editor component with IntelliSense support and script execution functionality. The React app is created/built by Vite and deployed to GitHub Pages using Github Actions.
Install dependencies.
Upgrade all dependencies.
Start the dev server.
Build a production at ./dist
.
Serve and view the built production.
Commit changes.