hello-html2md部署

简介

hello-hmtl2md是一个将html转为md文件的工具

github地址:GitHub - helloworld-Co/html2md: helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。

官网地址:helloworld - 同一个世界,同一行代码

部署过程

1.安装node

版本为12.18.2

node地址:Node.js (nodejs.org)

npm设置为淘宝源:

npm config set registry https://registry.npm.taobao.org

npm config get registry //查看是否设置成功

2. git克隆

git clone https://github.com/helloworld-Co/html2md.git

3. 安装运行

npm权限错误:

npm install --unsafe-perm=true --allow-root
npm install
npm run dev

之后便可在3031端口查看了