Initial commit

Have the basic workplace worked out
This commit is contained in:
Leon Mika 2025-09-06 10:26:50 +10:00
commit 9f2fa96b92
29 changed files with 1889 additions and 0 deletions

7
package.json Normal file
View file

@ -0,0 +1,7 @@
{
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"codemirror": "^6.0.2",
"mousetrap": "^1.6.5"
}
}