Code from following YouTube tutorials:
Full Playlist: SvelteKit
yarn install
or npm install
supportedArchitectures
in the .yarnrc.yml
file if you are not on an M1 Macyarn dev
or npm run dev
philipp
Build Container:
docker build -t sveltekit-sqlite-img .
Run Container:
docker run -d -p 3000:3000 \
--mount type=bind,source="$(pwd)"/data/,target=/app/data/ \
--rm --name sveltekit-sqlite \
sveltekit-sqlite-img
docker run --rm -p 1080:1080 -p 1025:1025 marlonb/mailcrab:latest
More info: https://github.com/tweedegolf/mailcrab