diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea1e554 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# gitea-theme + +## Setup + +```shell +$ npm i -g grunt-cli # Sorry :( +$ npm install # Install the deps +``` + +## Building + +```shell +$ grunt +``` + +## Releasing + +```shell +$ git clone 'root@lavender.software:/var/lib/gitea/custom' dist +$ grunt +^C +$ (cd dist/ && git add -A . && git commit -m "Deploy: $(date)" && git push) +```