https://github.com/wmui/essay
personalise blog system
https://github.com/wmui/essay
eggjs ejs node sqlite
Last synced: about 1 month ago
JSON representation
personalise blog system
- Host: GitHub
- URL: https://github.com/wmui/essay
- Owner: essay-org
- License: mit
- Created: 2017-06-18T08:03:49.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T03:09:13.000Z (11 months ago)
- Last Synced: 2024-10-29T15:20:57.913Z (6 months ago)
- Topics: eggjs, ejs, node, sqlite
- Language: EJS
- Homepage:
- Size: 15.9 MB
- Stars: 952
- Watchers: 41
- Forks: 276
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
> Essay - 个性化博客系统
### 安装
安装前请确保本地的Node版本大于16,本机已安装sqlite
```bash
# 下载项目
git clone https://github.com/wmui/essay.git
# 安装依赖
yarn install # or npm install
# 启动项目
npm run start
```项目启动后,访问 [http://127.0.0.1:7001/install](http://127.0.0.1:7001/install),进入安装界面:
![]()
点击下一步,设置管理员密码:
![]()
点击完成设置,安装就完成了,超简单
![]()
### 开始写作
点击新随笔,开始愉快的创作吧
![]()