📄️ Theme overview
EverShop theme overview document. What is theme, where is it located and how to develop your own theme for your own store.
📄️ The View System
Evershop makes use of React to render the view. The page will be rendered on the server side and then sent to the client side. The client side does the Hydration process and makes the page interactive.
📄️ Styling
EverShop supports including CSS files as Global CSS or TailwindCss. This document will guide you through the process of styling your component and page.
📄️ Templating
This document will guide you through the process of customizing the default template using React component. Overwriting the existing components or adding your new components to the template is easy.