Crude first pass at playground page

This commit is contained in:
2024-11-04 22:30:40 -08:00
parent f225d0ecbd
commit f92d287909
9 changed files with 1209 additions and 0 deletions

18
playground/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.6.2",
"vite": "^5.4.10"
},
"dependencies": {
"monaco-editor": "^0.52.0"
}
}