# azopus_frontend_nextjs

# Development (localhost:3000 with test APIs)

npm run dev

# Test environment development

npm run dev:test

# Production environment development

npm run dev:prod

# Build for test environment

npm run build:test

# Built for prod environtment

npm run build:prod

# Build for test deployment

npm run deploy:test

# Build for production deployment

npm run deploy:prod

# Carousel development rule

Use the shared wrapper under `src/components/swiper` for new carousel work.
See `src/components/swiper/README.md` for usage and constraints.
