The next-gen chatting app
- Making servers/channels
- Realtime chatting
- Friends
- Clone and cd into repo
$ git clone https://github.com/cyteon/accord && cd accord
-
Move
.env.example
to.env
and fill inMONGODB_URI
(we will do default server ID later) -
Quickly start with
npm run dev
, then open it, register and make a server. Then copy the server ID from url to the .env -
Running for production
$ npm run build
And run build/index.js
.
You also have a premade script to run accord with pm2, run it with sh pm2.sh 1234
where 1234 is the port!
This repo may contain code generated by GH Copilot :P