This is the open source, discord-compatible, native client.
TODO
To build the project you have to install yarn
(preferred) or npm
.
Install dependencies: yarn install
Start metro for development with: yarn start
Start in development for Android: yarn android
Start in development for iOS: yarn ios
Start in development for Windows: yarn windows
To build static files for web: yarn build:web
, files will be built to web-build
- Fork the repository
- Run the building instructions.
- Commit & Push.
- Pull Request & Done!