# Gradecoin Site URL: https://gradecoin.xyz/ 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 ```