blob: 24db1d279d68d7a52996aaf9b4c43c30c4c70919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
```
|