Kuma/LOCAL_SETUP_DOCKER.md
2025-05-23 10:27:45 +02:00

192 B

LOCAL SETUP DOCKER

commands list

docker run -it --rm -v $PWD:/code -w /code -p 3001:3001 node:20.4 /bin/bash
# inside the container
npm ci
npm run download-dist
npm run dev