Stub out story/controls and use code-mirror with vim for text-editing

This commit is contained in:
Yura Dupyn 2026-02-13 20:06:43 +01:00
parent c255e19c42
commit 6a0f95812a
11 changed files with 383 additions and 44 deletions

View file

@ -13,11 +13,6 @@
<title>Hello from Electron renderer!</title>
</head>
<body>
<h1>Hello from Electron renderer!</h1>
<p>👋</p>
<p id="info"></p>
<div id="app"></div>
<script type="module" src="/src/renderer.ts"></script>
</body>