This is a Svelte kit app. It is configured for local and docker development via Makefile and .env. Tested for Windows 11.
make preparemake devmake preparemake build and make upDOCKER_PRODUCTION to false in the .env file if you want to use the development server on docker.
Or you can set DOCKER_PRODUCTION to true to run the production server on docker.You can preview the production build with npm run preview inside the /app folder.
To deploy your app, you may need to install an adapter for your target environment.