meli-website/README.md

142 B

Build

FORCE=1 cargo run

Check for dead links:

CHECK=1 cargo run

Run

cd _site/
python3 -m http.server 8000