Skip to content

pigeoner/rabbit-chatroom

Repository files navigation

rabbit-chatroom

一个没什么用的聊天室

技术栈

项目启动

1. 客户端

安装依赖

$ npm install

开发环境启动

$ npm run dev

# For macOS
$ npm run dev:mac

构建

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

2. 后端

  • TODO

启动

确保已安装rust环境与cargo

cd server
cargo run --release

配置

后端配置文件位于server/config.toml,默认配置如下

About

一个没什么用的聊天室

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published