Skip to content

monman53/monman53.github.io

Repository files navigation

monman53.github.io

Deploy to gh-pages

# Generate static files
cargo run
 
# Test with `http-server`
npm install --global http-server
http-server dist

# Deploy
git push origin master