fruit-testbed / fruit-testbed.github.io

FRuIT project website
https://fruit-testbed.org
1 stars 0 forks source link
edge-computing fruit iot raspberry-pi raspberrypi

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