added documentaion and a hook build script to make onbaording easier

This commit is contained in:
bori
2026-05-02 18:51:07 +03:00
parent fa7ef62302
commit 7a4b76a550
4 changed files with 68 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node scripts/check-submodule.mjs",
"build": "vite build",
"preview": "vite preview",
"cli": "node dist/index.cjs",