A public blog page focused around programming and especially Rust.
You can get all recipes by doing just --list
Any recipe can be ran like this just <recipe>, e.g. just watch
Here are the useful ones:
package- Creates a standalone binary and copies resourcesrun- Simply runs the blog in development pagewatch- Rebuild the blog in development mode on file changesclean- Remove build files and downloaded files
- Run
just package - Go to the
target/standalonedirectory - Run the
blogexecutable