1 2 3 4 5 6 7 8 9 10 11
# Gradecoin Site URL: https://gradecoin.yigitsever.com/ Uses [Zola](http://getzola.org/). ```bash git submodule init && git submodule update # get the juice theme zola serve --open # for local building & testing zola build ```