Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 360 Bytes

File metadata and controls

16 lines (12 loc) · 360 Bytes

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
cargo run
./deploy.sh