prototype

This commit is contained in:
2026-05-05 18:41:51 +03:00
parent d4c42061ba
commit 5ddc23210b
23 changed files with 4920 additions and 1 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
.PHONY: install dev dev-direct build clean
install:
npm install
dev:
npm run dev
dev-direct:
npm run dev:direct
build:
npm run build
clean:
rm -rf dist node_modules