Skip to content

monman53/monman53.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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