CLI
DW includes several npm scripts for common tasks.
Available Commands
# Developmentnpm run dev # Start development server
# Buildnpm run build # Build for production
# Databasenpm run init # Initialize database (first time setup)npm run migrate # Run database migrationsAstro Commands
All standard Astro CLI commands are available:
npx astro check # Type-check your projectnpx astro preview # Preview production build locally