#10 added own matrix invite application
- added own matrix invite web application:
to run the development server: npm run dev
to build: npm run build
available npm scripts:
dev
vite dev
build
vite build
preview
vite preview
check
svelte-kit sync && svelte-check --tsconfig ./tsconfig.json
check:watch
svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch
test:unit
vitest
lint
prettier --plugin-search-dir . --check . && eslint .
format
prettier --plugin-search-dir . --write .