nestpress:在NestJS和NEXT.js之上的可用于生产的个人博客系统 源码
在和之上的可生产的个人博客系统 路线图 跨平台 黑暗主题 验证 写博客 测验 用法 数据库设置 对于Mac用户 # install postgresql $ brew install postgresql # if you want to start postgresql in startup, try do this $ brew services start postgresql # create user "nestpressuser" with password "nestpresspass" $ createuser -P nestpressuser # create database "nestpressdb" owened by "nestpressuser" $ createdb nestpressdb -O nestpressuser 对于Windows用户 P
文件列表
nestpress:在NestJS和NEXT.js之上的可用于生产的个人博客系统
(预估有个215文件)
.babelrc
439B
next.config.js
456B
package.json
2KB
.env.example
262B
tsconfig.json
722B
package.json
832B
next.config.js
223B
package.json
1KB
favicon.ico
15KB
.env.example
196B
暂无评论