We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8585e4f commit 004a9d9Copy full SHA for 004a9d9
README.md
@@ -51,6 +51,16 @@ Notable scripts:
51
52
See `package.json` for all available scripts.
53
54
+### Assets
55
+The `/assets` folder is a Git subtree. Manage this with the following commands.
56
+```bash
57
+# Add the subtree
58
+git subtree add --prefix assets [email protected]:InformaticsMatters/squonk-assets.git main --squash
59
+
60
+# Update the subtree when needed
61
+git subtree pull --prefix assets [email protected]:InformaticsMatters/squonk-assets.git main --squash
62
+```
63
64
## Testing
65
66
This project uses [Playwright](https://playwright.dev/) for integration and e2e testing. To get this setup install all dependencies:
0 commit comments