Mestyle is a fashion tech app that aims to revolutionize the way individuals approach fashion and style. By offering personalized outfit recommendations, diverse and relatable fashion content, and inclusivity for all users, Mestyle stands out as a unique and user-centric platform.
This document is to help developers understand the platform and the development requirements of the project. The document will be updated from time to time to meet project expectations and standards.
During the development of the project, branches will be created for specific features/components/function development.
PR will be created against this issue and will be merged to the development branch of the repository.
To find new issues please visit Projects or visit the Issue tab. A developer can request for clarification of an issue before going on so to ensure full compliance with development expectations and requirements.
The folder structure is as follows
- public
- public/assets :
For images used in the project - app
For route pages - app/components
for app components - composables
for app functions
Folder naming would be responsibility of the collaborators.
The naming convention for components files would be
[name]_comp.js eg. addButton_comp.js, highlightTree_comp.js
We'll be using the single file export system for our components and page exports,
We'll also be using regular javascript function to define component
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
A PR should request a reviewer once ready for review