docs: better dev instructions and add .prettierrc

This commit is contained in:
trafficlunar 2025-12-26 18:50:04 +00:00
parent a13ac674be
commit 0ab5d57f67
2 changed files with 22 additions and 5 deletions

4
.prettierrc Normal file
View file

@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": true
}