# All available commandsmake
makehelp# Run all testsmake-stest# Run specific testsmake-stest-oneTEST_MARKER=<TEST_MARKER>
# Remove unnecessary files such as build,test, cachemake-sclean
# Install prek and git hooks (once)make-sinstall-prek
# Run all hooks (lint + format + checks)make-sprek
# Type-check the package (when ty was selected during project generation)make-stype-check
# Preview the Zensical documentation sitemake-sdoc-serve
# Run a clean, strict documentation buildmake-sdoc-build
# Profile a filemake-sprofilePROFILE_FILE_PATH=<PATH_TO_FILE>