mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-24 23:48:01 +00:00
支持nodejs
This commit is contained in:
14
README.md
14
README.md
@@ -44,14 +44,26 @@ THEMES = gitea-dark, github
|
||||
|
||||
## 构建
|
||||
|
||||
需要 deno
|
||||
### 克隆仓库
|
||||
|
||||
```bash
|
||||
git clone https://github.com/lutinglt/gitea-github-theme.git
|
||||
cd gitea-github-theme
|
||||
```
|
||||
|
||||
### 使用 deno (推荐)
|
||||
|
||||
```bash
|
||||
deno run build
|
||||
```
|
||||
|
||||
### 使用 nodejs & npm
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
查看用于 Gitea 的主题文件: `./dist/theme-github.css`
|
||||
|
||||
## 贡献
|
||||
|
||||
Reference in New Issue
Block a user