Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhznjns/bnotee-blog

Blog version of BNotee.
https://github.com/bhznjns/bnotee-blog

blog static-site vite webcomponents

Last synced: 7 days ago
JSON representation

Blog version of BNotee.

Awesome Lists containing this project

README

        

# BNotee-blog

一个静态博客网站后台程序,自带笔记编辑程序,基于 [BNotee-server](https://github.com/BHznJNs/BNotee-server)

## 安装

转到`release`页面,下载最新的 release,解压,cd 进入目录,在终端执行如下命令
```shell
install.sh
```

## 命令汇总

启动写作程序

```shell
npm run write
```

更新最近更新数据

```shell
npm run
```

预览效果

```shell
npm run preview
```

文件夹修改应用

```shell
npm run reset
```