add documentation, especially for build processes

This commit is contained in:
2025-05-18 20:19:29 -06:00
parent cb1ef75a0d
commit 27a1fd827b
3 changed files with 41 additions and 9 deletions

View File

@@ -31,7 +31,9 @@ See [TESTING.md](test-playwright/TESTING.md) for detailed test instructions.
## Icons
To add an icon, add to main.ts and reference with `fa` element and `icon` attribute with the hyphenated name.
Application icons are in the `assets` directory, processed by the `capacitor-assets` command.
To add a Font Awesome icon, add to main.ts and reference with `font-awesome` element and `icon` attribute with the hyphenated name.
## Other