- Install dependencies:
npm install- Run development server:
npm run dev- Build for production:
npm run build- Start production server locally:
npm run startdocker compose up --buildsrc/app- Next.js app routes and pagessrc/components- React componentssrc/hooks- custom hookssrc/utils- helper utilitiespublic- static assets and localized text