Skip to content

3kho/accord

This branch is 18 commits behind Cyteon/accord:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 12, 2025
3c9231f · Jan 12, 2025

History

45 Commits
Jan 12, 2025
Jan 5, 2025
Jan 12, 2025
Jan 5, 2025
Jan 5, 2025
Jan 5, 2025
Jan 12, 2025
Jan 12, 2025
Jan 12, 2025
Jan 10, 2025
Jan 11, 2025
Jan 11, 2025
Jan 11, 2025
Jan 11, 2025
Jan 11, 2025

Repository files navigation

Accord

The next-gen chatting app

Todo-List:

  • Making servers/channels
  • Realtime chatting
  • Friends

Hosting yourself

  1. Clone and cd into repo
$ git clone https://github.com/cyteon/accord && cd accord
  1. Move .env.example to .env and fill in MONGODB_URI (we will do default server ID later)

  2. Quickly start with npm run dev, then open it, register and make a server. Then copy the server ID from url to the .env

  3. 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

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 60.7%
  • TypeScript 36.5%
  • Other 2.8%