Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,19 @@ If you are using GitHub pages for hosting, this command is a convenient way to b
| pop up | width: "500px" |

The screenshot should show the important aspects and you can put red frames around the specific buttons or areas.

---

## Please format before pushing

Before pushing your changes to the repository, make sure the code and documentation are properly formatted. Run the following commands:

```shell
pnpm format:write
pnpm lint:md:fix
```

These commands ensure that:

- All files follow the project's formatting standards
- Markdown files are linted and auto-fixed for consistent structure and readability