aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a26fa6ae42c110507c29dc227ca84a0cbc69ce58 (plain)
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
```