Markdown Nice本地搭建部署

发布时间 2023-11-03 04:32:48作者: Glory1020

一、安装项目

chrome插件不推荐,建议使用本地部署,项目地址:https://github.com/mdnice/markdown-nice

1、克隆项目到本地

git clone https://github.com/mdnice/markdown-nice

2、安装项目依赖

npm install

image-20231103025255252

二、添加本地主题

image-20231103025421632

image-20231103025433932

三、启动项目

npm start

image-20231103025553839

项目启动后即可访问http://localhost:3000

image-20231103025503019