Main Site
www.edroplets.org
Dependency management
Source code structure
cypress/ # Cypress E2E/unit tests
public/ # Static asssets and content to be served (images, favicons)
src/ # All source code
|- component/ # Components shared by different pages (navbar, footer)
|- context/ # App-wide context providers (cart information)
|- lib/ # Constants and utility functions
|- page/ # Folders corresponding to pages at URL path of site
|- router/ # Route map for React Router
|- types/ # Miscellaneous TypeScript types
|- global.css # Global CSS styles (Tailwind and common component classes)
|- main.tsx # Entrypoint for web appShopify integration
Real Time Communication
Last updated