Add a README

main
Charlotte Som 2021-07-14 01:14:29 +01:00
parent e20bfe468e
commit ea3e1f8bb6
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -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)
```