/CSC-main

A minimal, distraction-free chat application based on Hazel Core and hack.chat.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Since this website is mainly aimed at Chinese users, only Chinese is used in this repository. Thank you for your interest in this project.

十字街聊天室

立刻体验:十字街聊天室

十字街聊天室的整体使用逻辑、大多数前端代码和极少数后端代码来自 hack-chat/main

十字街聊天室是一个简单轻小的聊天室网站程序,目前用户可以在十字街聊天室上创建、加入聊天室,聊天室内可以使用 Markdown、LaTeX 等丰富聊天体验。

十字街聊天室正在开发中,欢迎您提 issue 帮助我们开发和改进十字街聊天室。

本地测试

准备

Node.js 14.0 或更高版本(十字街后端一般在 Node.js 最新 LTS 版本上测试,推荐您使用 Node.js 最新 LTS 版本运行)。

安装

  1. 克隆本仓库或直接下载本仓库的源代码。

  2. 进入十字街后端源代码目录(CSC-main),并运行 npm install 安装依赖。

  3. 运行 node main.js 启动十字街后端。

  4. 测试十字街后端是否正常运行:to-do

部署和配置

to-do

贡献

to-do

开源协议

十字街聊天室遵循 GNU Public License v3.0 开放源代码。