GithubHelp home page GithubHelp logo

peterklingelhofer / mobile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from resonatecoop/mobile

0.0 0.0 0.0 1.37 MB

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native

License: GNU General Public License v3.0

Shell 0.71% JavaScript 1.03% Ruby 3.09% C++ 7.91% Objective-C 0.44% Java 19.73% TypeScript 55.62% Objective-C++ 7.45% Swift 0.13% Makefile 1.70% Starlark 2.19%

mobile's Introduction

πŸ›  Status: Active Development | Experimental

This project is currently broken and under very active development.

🎡 Resonate Mobile

A mobile app for playing music on Resonate, an open source music streaming co-op.

This is a newer iteration, built completely in React Native and TypeScript, which aims to expand upon stream-app, the initial react-native-webview implementation. Note that the stream-app is still being used on Google Play Store and Apple Stores, so please submit any issues for problems encountered there.

🎢 Description

Resonate is an open-source music streaming service run by a cooperative of artists and software developers.

If you want to know what we're building or want to get more involved, head over to the Platform category on our forum or read the Developer Guide in our Resonate Handbook.

View the project board where work is tracked for this repository. If you're looking for a good first task, feel encouraged to take on an un-assigned help wanted or good first task issues.

Are you building something using the Resonate API and would like to request a change? Resonate welcomes #proposals in the Co-Operation section of the forum.

πŸ—‚ Tech Stack

  • React Native
  • TypeScript

πŸ”§ Installation & Start

Clone this repository, install dependencies, and start expo.

git clone https://github.com/resonatecoop/mobile.git
cd mobile
yarn
expo start

You can also use device-specific commands to run Expo on your preferred device:

yarn run android
yarn run ios
yarn run web

πŸ§ͺ Testing

Expect your code contributions to be tested: we use commitlint to lint commit messages, and prettier to lint code.

To test the dark theme on Android Studio, use the following command. Please try to ensure your changes work with both light and dark themes:

adb shell "cmd uimode night yes"

πŸ“š Contributing

Contributing to others’ projects is an avenue to learn new software development skills and experience new technologies. The pull request is how your personal contributions will be added to the project. The following is an overview of the Git project management workflow:

Search project for contribution instructions and follow them if present. Fork project repo from your personal Github account. Copy the fork and clone repo onto your local machine. Add the original repository (the you forked) as a remote called upstream. If you created your fork a while ago be sure to pull upstream changes into your local repository. Create a new branch to work on! Branch from develop if it exists, else from master. Implement/fix your feature. Follow the code style of the project, including indentation. If the project has included tests use them. Add additional tests or convert existing tests as necessary. Add or convert project documentation as needed. Push your working branch to your forked repo on Github. Make a pull request from your forked repo to the origin master or development branch if present. Once your pull request is merged, pull down upstream master to your local repo and delete any additional branch(es) you may have created. Commit messages should be written in present tense describing what the committed code does and not what you changed in the code.

πŸ“– References

πŸ“‘ License

mobile is licensed under the GNU General Public License v3.0

Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

mobile's People

Contributors

dominictwlee avatar peterklingelhofer avatar simonv3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.