Skip to content

fruit-testbed/fruit-testbed.github.io

Repository files navigation

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