https://github.com/cyteon/accord
https://github.com/cyteon/accord
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyteon/accord
- Owner: Cyteon
- License: agpl-3.0
- Created: 2025-01-05T09:32:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T09:10:29.000Z (about 1 year ago)
- Last Synced: 2025-04-08T01:11:11.400Z (about 1 year ago)
- Language: Svelte
- Homepage:
- Size: 201 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Accord
> The next-gen chatting app
### Todo-List:
- [x] Making servers/channels
- [x] Realtime chatting
- [ ] Friends
### Hosting yourself
1. Clone and cd into repo
```bash
$ git clone https://github.com/cyteon/accord && cd accord
```
2. Move `.env.example` to `.env` and fill in `MONGODB_URI` (we will do default server ID later)
3. Quickly start with `npm run dev`, then open it, register and make a server. Then copy the server ID from url to the .env
4. Running for production
```bash
$ 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!