Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.31 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.31 KB

Fosscord Client

This is the open source, discord-compatible, native client.

TODO

Building

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

Contributing

To contribute:

  • Fork the repository
  • Run the building instructions.
  • Commit & Push.
  • Pull Request & Done!