DOCUMENTATION.md contains most of the original README's usage section.
DEVELOPMENT.md contains notes particular to anyone who wants to work
on this, including resources
EXAMPLE.md and docs/example contain the example in a usable state, so
that users can copy it and hack on it.
Since adding this subfolder as a regular foundry project results in
the libraries and this very project being added as a submodule, I've
moved the logic of setting this up in a seperate space with a new
justfile command copy-example.
Added just clean-examples for the eventual situation where users
would need to clean the folder.
Closes #18
Worked on this so that Tim has something to work on for his video.
copy-example
.just clean-examples
for the eventual situation where users would need to clean the folder.Closes #18
Worked on this so that Tim has something to work on for his video.