369 B
369 B
Container based development flow (recommended and the easiest)
All you need is to
- Install Docker Engine 20.11+ on your local machine
- Run
pnpm dev:container
.
It will build the base image for Coolify and start the development server inside Docker.
All required ports (3000, 3001) will be exposed to your host.