This is the open source, discord-compatible, native client.
TODO
To build the project you have to install yarn
(preferred) or npm
.
cd fosscord-client; yarn install
Then, either
NodeJS == v16.x
yarn start
or
NodeJS > v16.x
NODE_OPTIONS=--openssl-legacy-provider yarn start
- Fork the repository
- Run the building instructions.
- Commit & Push.
- Pull Request & Done!