44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
---
|
||
layout: home
|
||
|
||
hero:
|
||
name: Jiscuss
|
||
text: 简洁 · 轻量 · 开源
|
||
tagline: 基于 Java 的开源论坛,提供发帖、回帖、用户管理与评论等核心能力。
|
||
actions:
|
||
- theme: brand
|
||
text: 快速上手
|
||
link: /views/other/guide
|
||
- theme: alt
|
||
text: 查看 Demo
|
||
link: http://demo.jiscuss.com
|
||
|
||
features:
|
||
- icon: ✨
|
||
title: 简洁至上
|
||
details: 开发一款看着开心、写着顺手、使用简单的开源论坛。
|
||
- icon: ☕
|
||
title: Java 驱动
|
||
details: 基于 Java,使用 Spring Boot、Spring JPA、H2 Database 与 Semantic UI 构建。
|
||
- icon: 🔄
|
||
title: 持续完善
|
||
details: 目前功能仍在迭代中,后续会持续补充文档、完善功能与优化体验。
|
||
---
|
||
|
||
Jiscuss 是一个开源 Java 论坛项目,追求极简体验,提供发帖、回帖、评论与用户管理等核心能力。欢迎访问 [Jiscuss Demo](http://demo.jiscuss.com) 在线体验。
|
||
|
||
## 快速体验
|
||
|
||
```bash
|
||
# 克隆项目
|
||
git clone https://github.com/chuyaoyuan/jiscuss.git
|
||
cd jiscuss
|
||
|
||
# 启动(需要 JDK 8+)
|
||
./mvnw spring-boot:run
|
||
```
|
||
|
||
## 预览
|
||
|
||

|