Initial project creation

This commit is contained in:
2025-08-09 14:46:59 -07:00
commit 128800eda8
9 changed files with 1173 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import './style.css';
const app = document.querySelector<HTMLDivElement>('#app')!;
app.innerHTML = `
<h1>Story Editor</h1>
<p>Your TypeScript + Vite app is ready!</p>
`;