Skip to content

NocturneLabs/supergroup.mixin.one

 
 

Repository files navigation

NOTICE !!!

Before you upgrade your group, please checkout CHANGELOG.md first.

Mixin Super Group

supergroup.mixin.one is the source code of "Mixin 中文群",which is an unlimited member group base on Mixin bot.

Prepare

  1. copy config.tpl.yaml to config.yaml
  2. Replace configurations in config.yaml, we use PostgreSQL as our database.
  3. cd web and exec npm install
  4. copy env.dev.tpl.sh to env.dev.sh and copy env.prod.tpl.sh to env.prod.sh
  5. Replace all fields in env.dev.sh and env.prod.sh

Run

Server Side

  1. ./supergroup.mixin.one handle http request
  2. ./supergroup.mixin.one -service message handle messages

Front-end

Generate static assets cd web && npm run build

About

Mixin Super Group Source Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.5%
  • Vue 21.7%
  • JavaScript 5.4%
  • Other 0.4%