Skip to content

devh2t/MuziMeet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,012 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuziMeet

Get it on Google Play Get it on Google Play Get it on Google Play

  • We give people the closest distances

Description

  • MuziMeet is a social media of music event platform including a chatting feature,
  • MuziMeet is a platform formed with Mobile Android App & iOS

Screenshots

Click to expand

Contributing

Requirments:

  • A working react native environment.

  • A physical device (real device) because emulators have problem with SHA-256.

  • NDK Version 21.4.7075529. NOTE: For Mac M1 users, you'll need NDK version 24.0.8215888.

  • SDK Version 33, 32, 31 and 30.

  • ICU for linux (optional):

    git clone https://github.com/unicode-org/icu
    cd icu/icu4c
    cd source
    ./configure --prefix=/usr
    make
    sudo make install
    
  • You need to add the following`:

    • Your release.keystore and google-services.json
    • Your sensitive.js file, see more info here
    • You should add keystore credentials as environment variables: KEYPASS, KEYALIAS and KEYALIASPASS
    export KEYALIAS=YOURKEYALIAS
    export KEYPASS=YOURKEYPASS
    export KEYALIASPASS=YOURKEYALIASPASS
    

Commit message

When you've made changes to one or more files, you have to commit that file. You also need a message for that commit.

You should read these guidelines: https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide/

And that summarized:

  • Short and detailed
  • Prefix one of these commit types:
    • feat: A feature, possibly improving something already existing
    • fix: A fix, for example of a bug
    • style: Feature and updates related to styling
    • refactor: Refactoring a specific section of the codebase
    • test: Everything related to testing
    • docs: Everything related to documentation
    • chore: Code maintenance (you can also use emojis to represent commit types)

Examples:

  • feat: Improve end-to-end encryption
  • fix: Fix story not showing in some browsers
  • refactor: Reformat code at File.*
  • chore: bump Moon Meet version from X.X.X to X.X.X

Social

License

Copyright (C) 2022  

About

Meet & share the best music event with your friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.5%
  • Java 4.8%
  • TypeScript 3.0%
  • C++ 1.5%
  • Objective-C++ 0.9%
  • Objective-C 0.5%
  • Other 0.8%