frontend: Start new interface with svelte

This commit is contained in:
nemunaire 2021-08-25 13:23:48 +02:00
commit 9fa1ede69c
11 changed files with 1298 additions and 0 deletions

6
frontend/ui/.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}