supergroup.mixin.one
supergroup.mixin.one copied to clipboard
π Mixin Super Group Source Code
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
- copy
./config/config.tpl.yaml
to./config/config.yaml
- Replace configurations in
config.yaml
, we use PostgreSQL as our database. -
cd client
and execyarn install
-
cp env.example .env.local
, you can find more document in https://cli.vuejs.org/guide/mode-and-env.html - Replace configs in
.env.local
Run
Server Side
-
./supergroup.mixin.one
handle http request -
./supergroup.mixin.one -service message
handle messages
Front-end
Generate static assets cd client && yarn serve