frontend: init project with some basic invitation form

This commit is contained in:
tylen
2025-08-31 22:35:47 +03:00
parent 2bc48a6901
commit 36a82a3789
8 changed files with 3439 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"