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 | |
---|---|---|
.bundle | 1 month ago | |
.github/workflows | 1 week ago | |
android | 1 month ago | |
assets | 3 weeks ago | |
ios | 1 month ago | |
patches | 1 month ago | |
src | 6 days ago | |
web | 3 weeks ago | |
windows | 1 month ago | |
.eslintrc.js | 1 month ago | |
.gitignore | 1 month ago | |
.node-version | 1 week ago | |
.nvmrc | 1 week ago | |
.prettierrc.js | 1 month ago | |
.ruby-version | 1 month ago | |
.watchmanconfig | 1 month ago | |
Gemfile | 1 month ago | |
README.md | 2 weeks ago | |
app.json | 1 month ago | |
babel.config.js | 1 month ago | |
crowdin.yml | 1 month ago | |
global.d.ts | 4 weeks ago | |
index.js | 1 month ago | |
index.web.js | 1 month ago | |
metro.config.js | 4 weeks ago | |
package.json | 6 days ago | |
react-native.config.js | 1 month ago | |
styles.web.js | 2 weeks ago | |
tsconfig.json | 3 weeks ago | |
webpack.config.js | 3 weeks ago | |
yarn.lock | 6 days ago |
README.md
Fosscord Client
About
This is the open source, discord-compatible, native client.
TODO
Building
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
Contributing
To contribute:
- Fork the repository
- Run the building instructions.
- Commit & Push.
- Pull Request & Done!