Skip to content

Kur-Public/supergroup.mixin.one

 
 

Repository files navigation

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

NOTICE !!!

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

Prepare

  1. copy ./config/config.tpl.yaml to ./config/config.yaml
  2. Replace configurations in config.yaml, we use PostgreSQL as our database.
  3. cd web and exec npm install
  4. cp env.example .env.local, you can find more document in https://cli.vuejs.org/guide/mode-and-env.html
  5. Replace all configs in .env.local

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 serve

Releases

No releases published

Packages

No packages published

Languages

  • Go 75.3%
  • Vue 18.9%
  • JavaScript 5.4%
  • Other 0.4%