Project Cleanup and Organization #26
Reference in New Issue
Block a user
Delete Branch "adilallo/maintenance/ProjectOrganization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Project Cleanup and Organization
Overview
This PR reorganizes the project structure to align with Next.js standard conventions, consolidates documentation, and cleans up configuration files. The goal is to create a clean, simple, and well-organized codebase that follows industry best practices.
Changes
Configuration files reorganized:
.lighthouserc.json(standard convention)performance-budgets.jsonto root for simplicityconfig/directoryDocumentation consolidated:
docs/guides/directorydocs/README.md)File cleanup:
jsconfig.json(redundant with TypeScript)gitea-runner.plisttoconfig/for consistency.gitignoreupdated:.npm-cache/(standard practice).vscode/,.idea/, etc.)Thumbs.db,.DS_Store)Structure alignment:
config/Screenshots
How to Test
npm run lhci
npm run performance:budget