aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a4415af15f70f31a775cd62fa40536e711f7f5b0 (plain)
1
2
3
4
5
6
7
8
9
10
# Gradecoin Site
URL: https://gradecoin.xyz/

Uses [Zola](http://getzola.org/).

```bash
zola serve --open # for local building & testing
zola build
```