You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 days ago | |
---|---|---|
__tests__ | 10 months ago | |
android | 5 months ago | |
config | 7 months ago | |
ios | 5 months ago | |
patches | 6 months ago | |
public | 5 months ago | |
scripts | 7 months ago | |
src | 2 months ago | |
windows | 7 months ago | |
.env | 10 months ago | |
.eslintignore | 10 months ago | |
.gitignore | 6 months ago | |
COPYING | 5 months ago | |
README.md | 2 months ago | |
babel.config.js | 6 months ago | |
index.android.js | 7 months ago | |
index.js | 6 months ago | |
index.linux.js | 6 months ago | |
metro.config.js | 7 months ago | |
package.json | 2 months ago | |
react-native.config.js | 6 months ago | |
tsconfig.json | 6 months ago | |
webpack.config.js | 6 months ago | |
yarn.lock | 6 days ago |
README.md
Fosscord Client
About
This is the open source, discord-compatible, themeable and extendable native fosscord client.
We use react-native to facilitate the native components of the underlying operating system to give the user a native, performant and consistent experience across all platforms (web, windows, linux, android, macos, ios).
Notice: react-native does not use web technologies (HTML, CSS) and is not a resource hogging technology unlike electron.
Building
To build the project you have to install yarn
(preferred) or npm
.
cd fosscord-client; yarn install
Then
yarn run
Select the platform you want to run.
Contributing
To contribute:
- Fork the repository
- Run the building instructions. (Choose web to test your changes.)
- Commit & Push.
- Pull Request & Done!