An open API service indexing awesome lists of open source software.

https://github.com/bddjr/geditor-mirror

geditor镜像站构建工具
https://github.com/bddjr/geditor-mirror

clipcc codingclip geditor mirror scratch site website

Last synced: about 1 year ago
JSON representation

geditor镜像站构建工具

Awesome Lists containing this project

README

          

# geditor mirror tool

## 构建一个镜像站
1、
F12打开开发者工具,查看“网络”这栏,勾选“隐藏数据URL”,然后访问网址
https://geditor.shiki.online
(请尽可能遍历该网站自带的资源)

2、
导出 geditor.shiki.online.har 文件到当前目录
![2](READMEpic/2.png)

3、
预先安装Nodejs,然后在当前目录运行命令
```
npm install
npm run build
```
会生成 ouput 文件夹,里面就是镜像站需要挂载的静态资源。