Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 241 Bytes

File metadata and controls

23 lines (15 loc) · 241 Bytes

fruit-testbed.github.io

FRuIT project website

Built using Hugo.

To run a local server

$ hugo server

## To deploy

$ hugo
$ cd public
$ git add -A
$ git commit -m '<your comments>'
$ git push