Skip to content

#10 added own matrix invite application

Khaled FERJANI requested to merge kferjani/tom-server:#10 into master
  • 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 .

Merge request reports