Copy-paste friendly commands to get ColdMail Pro running with web, worker, database, and production notes.
cp .env.example .env # edit DATABASE_URL, JWT_SECRET, PUBLIC_APP_URL npm install npm run prisma:generate # If you don't have migrations yet: # npx prisma db push npm run seed # Run web npm run dev # In another terminal run worker npm run worker:dev