Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • renovate/csv-parse-6.x
  • renovate/mcr.microsoft.com-playwright-1.x
  • renovate/playwright-monorepo
  • renovate/sveltejs-vite-plugin-svelte-6.x
  • renovate/eslint-plugin-svelte-3.x
  • renovate/svelte-5.x
  • renovate/svelte-check-4.x
  • renovate/svelte-preprocess-6.x
  • renovate/major-eslint-monorepo
  • renovate/cookie-1.x
  • dominik-opinions
  • use-new-resolutions
13 results

finrefhelper

  • Clone with SSH
  • Clone with HTTPS
  • Renovate Bot's avatar
    Renovate Bot authored
    chore(deps): update dependency @sveltejs/kit to v2.25.1
    
    See merge request !385
    91c80ed1
    History

    Anordnungs-Generator

    Web-Tool für Finanz-Menschen des FSRs Informatik an der TU Dortmund.

    Screenshots

    Anordnungen erstellen und bearbeiten:

    Verfügbare Beschlussliste durchsuchen:

    Vorausgefüllte Anordnungen als PDF exportieren:

    Developing

    Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

    npm run dev
    
    # or start the server and open the app in a new browser tab
    npm run dev -- --open

    Building

    To create a production version of your app:

    npm run build

    You can preview the production build with npm run preview.

    Deployment

    The suggested way to deploy this is using Docker.

    docker build --tag 'anordnungs-generator:latest' .

    You can then run it with

    docker run --rm -it --init -p 3000:3000 "anordnungs-generator:latest"
    # The --init is needed so this container respects Ctrl+C.

    Optionally, set the env vars

    PUBLIC_URL_PRIVACY=""
    PUBLIC_URL_IMPRINT=""

    to get usable legal links in the apps' footer.