| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Add Vitest testing setup and Button component tests
- Install Vitest and related dependencies
- Configure Vitest with React support
- Create Button component test cases
- Add test scripts to package.json
- Create TESTING.md documentation
- Update test comments to English for consistency
* Update package.json
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Bertrand Yuan <[email protected]>
* Update package.json
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Bertrand Yuan <[email protected]>
* remove TESTING.md for the moment
There are many parts not matched with current content.
Signed-off-by: Bertrand Yuan <[email protected]>
---------
Signed-off-by: Bertrand Yuan <[email protected]>
Signed-off-by: Bertrand Yuan <[email protected]>
Co-authored-by: Bertrand Yuan <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Bertrand Yuan <[email protected]>
|
|
|
|
|
|
Payload is the next.js Headless CMS and App Framework,
I would like to pick it up and modify it as it is MIT licensed.
Many features in Payload is not applicable for our project.
So, I modify it so that it is light and clear.
|
|
The initial code is base on Anirudh's work.
More to see at:
https://github.com/techwithanirudh/shadcn-blog
Therefore, the code in this commit is under MIT license.
|