It’s common task to prepare README.me, but how to check the preview?
If you use uv
, the fastest way is to use grip
like this
Use this oneliner in the folder with markdown and open browser with http://localhost:6419
address
uv run --with grip -m grip
which is the same as
uv tool run grip
or even shorter
uvx grip