finish up translations and setup doc server stuff

This commit is contained in:
ngn
2025-01-10 00:16:06 +03:00
parent ac307de76c
commit 5fb3c03e40
30 changed files with 591 additions and 104 deletions

View File

@ -3,7 +3,7 @@
"version": "6.0",
"private": true,
"scripts": {
"dev": "VITE_BUG_REPORT_URL=https://github.com/ngn13/website/issues VITE_API_URL=http://127.0.0.1:7001 VITE_FRONTEND_URL=http://localhost:5173 vite dev",
"dev": "vite --port 7002 dev",
"build": "vite build",
"preview": "vite preview --host",
"lint": "prettier --check .",
@ -22,8 +22,6 @@
"type": "module",
"dependencies": {
"@types/dompurify": "^3.2.0",
"dompurify": "^3.2.3",
"marked": "^15.0.4",
"svelte-i18n": "^4.0.1"
}
}