mirror of https://github.com/spacebar/client
Bump webpack from 5.75.0 to 5.76.0 |
||
---|---|---|
.bundle | ||
.github/workflows | ||
android | ||
assets | ||
ios | ||
patches | ||
src | ||
web | ||
windows | ||
.eslintrc.js | ||
.gitignore | ||
.node-version | ||
.nvmrc | ||
.prettierrc.js | ||
.ruby-version | ||
.watchmanconfig | ||
Gemfile | ||
README.md | ||
app.json | ||
babel.config.js | ||
crowdin.yml | ||
global.d.ts | ||
index.js | ||
index.web.js | ||
metro.config.js | ||
package.json | ||
react-native.config.js | ||
styles.web.js | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
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!