diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,22 @@ Schist is a budgeting app. +## Formatting + +Schist is formatted using dprint. + +To install on Mac or Linux, use Homebrew: + +```sh +brew install dprint +``` + +To format the project, run: + +```sh +dprint fmt +``` + ## Links - [Designs](https://design.penpot.app/#/workspace/345886aa-f4d1-8033-8005-670f665094a3/a0a8e792-b2d2-818e-8005-670ffeb32184) |
