Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 369 Bytes

naist-robotics.github.io

The website for NAIST robotics laboratory.

Test

# Run the web server at local host (http://localhost:4000/)
bundle exec jekyll serve

Build and deploy

# Deploy the updated page at https://naist-robotics.github.io
git push origin master