[docs] Mention yarn pretty

This commit is contained in:
Manav Rathi
2024-06-12 09:46:21 +05:30
parent 1a43c0feb2
commit 07cd9be3f4

View File

@@ -44,7 +44,8 @@ yarn dev
For an editor, VSCode is a good choice. Also install the Prettier extension for For an editor, VSCode is a good choice. Also install the Prettier extension for
VSCode, and set VSCode to format on save. This way the editor will automatically VSCode, and set VSCode to format on save. This way the editor will automatically
format and wrap the text using the project's standard, so you can just focus on format and wrap the text using the project's standard, so you can just focus on
the content. the content. You can also format without VSCode by using the `yarn pretty`
command.
## Have fun! ## Have fun!