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.
 
 
 
 
 
 
Puyodead1 4d2a431948
Merge pull request #124 from fosscord/dependabot/npm_and_yarn/webpack-5.76.0
5 days ago
.bundle init 1 month ago
.github/workflows enable android ci on trigger 1 week ago
android add rest of screens and components 1 month ago
assets mobile,desktop: DM sidebar 3 weeks ago
ios fonts 1 month ago
patches add rest of screens and components 1 month ago
src fix problems with REST 6 days ago
web remove mention of expo 3 weeks ago
windows vscode 1 month ago
.eslintrc.js stuff, also fixed web font 1 month ago
.gitignore error boundary 1 month ago
.node-version Update .node-version 1 week ago
.nvmrc Update .nvmrc 1 week ago
.prettierrc.js init 1 month ago
.ruby-version init 1 month ago
.watchmanconfig init 1 month ago
Gemfile init 1 month ago
README.md update to RN 0.71.4 2 weeks ago
app.json rename project 1 month ago
babel.config.js add rest of screens and components 1 month ago
crowdin.yml CI and other misc files 1 month ago
global.d.ts gateway, login, splash 4 weeks ago
index.js assets 1 month ago
index.web.js stuff, also fixed web font 1 month ago
metro.config.js gateway, login, splash 4 weeks ago
package.json Bump webpack from 5.75.0 to 5.76.0 6 days ago
react-native.config.js fonts 1 month ago
styles.web.js add author, and timestamp to message items 2 weeks ago
tsconfig.json mobile,desktop: DM sidebar 3 weeks ago
webpack.config.js register: birthday selector 3 weeks ago
yarn.lock Bump webpack from 5.75.0 to 5.76.0 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!