| Name | Description |
|---|---|
| src/ | Source files |
| src/context | ... |
| src/entities | ... |
| src/features | ... |
| src/hooks | ... |
| src/layouts | ... |
| src/lib | ... |
| src/pages | ... |
| src/services | ... |
| src/store | ... |
| src/ui | ... |
| src/utils | ... |
| src/widgets | ... |
| tests/ | Test cases will be placed here |
| tests/unit/ | Unit Test cases will be placed here |
| tests/e2e/ | E2E testing |
| tests/integration/ | API routes (Integration) Test cases will be placed here |
- This PR implements new feature, fix bug, or some other changes
- If PR is not ready to review mark it as Draft
- All commits in this PR should be created by
yarn commitby conventional-commits - Title of the PR should have issue(s) identifier(s) ("BOX-123 Example title of PR")
- Because files are not executable by default; they must be set to be executable.
chmod ug+x .husky/*
chmod ug+x .git/hooks/*