Open source, themeable and extendable discord-compatible native Spacebar client
 
 
 
 
 
 
Go to file
Puyodead1 4d2a431948
Merge pull request #124 from fosscord/dependabot/npm_and_yarn/webpack-5.76.0
Bump webpack from 5.75.0 to 5.76.0
2023-03-20 11:06:21 -04:00
.bundle init 2023-02-19 22:11:00 -05:00
.github/workflows enable android ci on trigger 2023-03-15 19:19:56 -04:00
android add rest of screens and components 2023-02-21 21:08:38 -05:00
assets mobile,desktop: DM sidebar 2023-03-07 19:53:43 -05:00
ios fonts 2023-02-20 19:41:19 -05:00
patches add rest of screens and components 2023-02-21 21:08:38 -05:00
src fix problems with REST 2023-03-20 10:40:16 -04:00
web remove mention of expo 2023-03-03 16:45:04 -05:00
windows vscode 2023-02-21 22:54:50 -05:00
.eslintrc.js stuff, also fixed web font 2023-02-22 11:40:29 -05:00
.gitignore error boundary 2023-02-20 12:10:59 -05:00
.node-version Revert "Update .node-version" 2023-03-17 09:37:29 -04:00
.nvmrc Revert "Update .nvmrc" 2023-03-17 09:37:39 -04:00
.prettierrc.js stuff, also fixed web font 2023-02-22 11:40:29 -05:00
.ruby-version init 2023-02-19 22:11:00 -05:00
.watchmanconfig init 2023-02-19 22:11:00 -05:00
Gemfile init 2023-02-19 22:11:00 -05:00
README.md update to RN 0.71.4 2023-03-11 19:11:36 -05:00
app.json rename project 2023-02-20 13:07:27 -05:00
babel.config.js add rest of screens and components 2023-02-21 21:08:38 -05:00
crowdin.yml CI and other misc files 2023-02-21 21:52:25 -05:00
global.d.ts gateway, login, splash 2023-02-27 14:21:48 -05:00
index.js assets 2023-02-20 11:48:25 -05:00
index.web.js stuff, also fixed web font 2023-02-22 11:40:29 -05:00
metro.config.js gateway, login, splash 2023-02-27 14:21:48 -05:00
package.json Bump webpack from 5.75.0 to 5.76.0 2023-03-20 13:53:32 +00:00
react-native.config.js fonts 2023-02-20 19:41:19 -05:00
styles.web.js add author, and timestamp to message items 2023-03-10 15:36:21 -05:00
tsconfig.json mobile,desktop: DM sidebar 2023-03-07 19:53:43 -05:00
webpack.config.js register: birthday selector 2023-03-03 16:44:41 -05:00
yarn.lock Bump webpack from 5.75.0 to 5.76.0 2023-03-20 13:53:32 +00:00

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!