Giter Club home page Giter Club logo

scan-tief's Introduction

Scan-Tief

Scan-Tief est une application développé avec react-native afin de lire des manga, manhua, manhwa gratuitement !

Installation

ANDROID

L'installation sur android ce passe comme suit : Installé au préalalble pour Window

Depuis un CMD/PowerShell(Terminal) effectuer

npm i -g yarn
yarn install

(Si vous n'utilisez pas yarn, des problèmes de compatibilité pourrais survenir)

Suite à ça effectué les manipulation suivantes comme indiqué sur la documentation react native :

https://reactnative.dev/docs/environment-setup

Vous devrez effectué cette manipulation en supplément si vous souhaitez démarré l'application en mode "release" sur votre téléphone :

Depuis un terminal à nouveau :

keytool -genkeypair -v -storetype PKCS12 -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000

Vous devez generé une clé de signature, cette commande en crée une avec une validité de 10 000 jours. Vous devrez entrez un mot de passe souvenez vous en, il est important pour la suite

Suite à cela placé le fichier "my-upload-key.keystore" au sein du dossier "android/app" et modifié le fichier gradle.properties comme suit à la fin du fichier :

MYAPP_UPLOAD_STORE_FILE=my-upload-key.keystore
MYAPP_UPLOAD_KEY_ALIAS=my-key-alias
MYAPP_UPLOAD_STORE_PASSWORD=*****
MYAPP_UPLOAD_KEY_PASSWORD=*****

Pensez à remplacé les ***** par le mot de passe que nous avons cité plus haut

Une fois tout cela fini, vous pourrez simplement branché votre telephone à votre ordinateur et entré la commande

yarn android --variant=release

IOS

Cette partie est à documenté...

scan-tief's People

Contributors

exatombe avatar dependabot[bot] avatar

Stargazers

Wailrone avatar Kakku avatar  avatar Un Kabara Qui Dev avatar nico 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.