# sous-podzim2024-app To install dependencies: ```bash bun install ``` To run: ```bash bun run index.ts ``` # transfer to server build image with `docker compose build` save image to file on client: `docker save sous-podzim2024-app:latest | gzip > sous-podzim2024-app.tar.gz` copy zip to server load image on server: `docker load < sous-podzim2024-app.tar.gz`