Giter Club home page Giter Club logo

redditech's Introduction

Redditech

Redditech

Description du projet

Redditech est une application mobile qui call l'api Reddit, utilisateur peux ce connecté via son compte reddit et faire plusieurs manipulations.

Cloner le projet

Via ssh (comment configurer sa clé SSH)

$ git clone [email protected]:EpitechMscProPromo2024/T-DEV-600-LYN-6-1-redditech-kamel1.blua.git

Via https

$ git clone https://github.com/EpitechMscProPromo2024/T-DEV-600-LYN-6-1-redditech-kamel1.blua.git

Configuration de l'environnement de développement

Local SDK

Créer un fichier "local.properties" dans la racine /App/Android

Puis copier/coller (Attention de bien mettre votre chemin vers SDK)

  • MacOS
sdk.dir = /Users/NOM_UTILISATEUR/Library/Android/sdk
  • Linux
sdk.dir = /home/NOM_UTILISATEUR/Android/Sdk

Installation des dépendances

  • MacOS
$ brew install node
$ brew install watchman
$ brew install --cask adoptopenjdk/openjdk/adoptopenjdk11
  • Linux
$ sudo apt install nodejs

$ git clone https://github.com/facebook/watchman.git
$ cd watchman/
$ git checkout v4.9.0
$ sudo apt-get install -y autoconf automake build-essential python-dev libssl-dev libtool
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

$ sudo apt update
$ sudo apt install default-jdk

Installation Divice Android

Télécharger (Android Studio)

Installer SDK Android dans Android Studio

  1. Pour ce faire, ouvrez Android Studio, cliquez sur le bouton "Configurer" et sélectionnez "SDK Manager".

  2. Cocher et installer Android 10, puis appliquer.

  3. Créer un Device avec Android Studio avec la version 10 Android

Configurer la variable d'environnement ANDROID_HOME

Ajoutez les lignes suivantes à votre fichier de configuration $HOME/.bash_profile ou $HOME/.bashrc (si vous utilisez zsh, alors ~/.zprofile ou ~/.zshrc) :

Copy/Paste

export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools

Run React Native

$ npx react-native run-android

redditech's People

Contributors

hdeoliveira26 avatar antoinetat1 avatar

Watchers

 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.