This is a sample GEL5 project. Start here!
Checkout a runtime:
Clone me.
Put your clone in the /src/
folder:
cd src
git init
git remote add origin https://github.com/povrazor/gel5-sample.git
git fetch
git checkout -t origin/master
NOTE: Adjust the git remote
line above accordingly.