This is a Svelte kit app. It is configured for local and docker development via Makefile and .env. Tested for Windows 11.
make prepare
make dev
make prepare
make build
and make up
DOCKER_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.