Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essay-org/essay
personalise blog system
https://github.com/essay-org/essay
eggjs ejs node sqlite
Last synced: 29 days ago
JSON representation
personalise blog system
- Host: GitHub
- URL: https://github.com/essay-org/essay
- Owner: essay-org
- License: mit
- Created: 2017-06-18T08:03:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T03:09:13.000Z (6 months ago)
- Last Synced: 2024-09-10T16:06:26.864Z (2 months ago)
- Topics: eggjs, ejs, node, sqlite
- Language: EJS
- Homepage:
- Size: 15.9 MB
- Stars: 950
- Watchers: 41
- Forks: 277
- Open Issues: 10
-
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),进入安装界面:
点击下一步,设置管理员密码:
点击完成设置,安装就完成了,超简单
### 开始写作
点击新随笔,开始愉快的创作吧