diff --git a/README.md b/README.md index 469302db..dbd05de3 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,35 @@ [![Build Status](https://codefirst.iut.uca.fr/api/badges/augustin.affognon/MeteoApp/status.svg)](https://codefirst.iut.uca.fr/augustin.affognon/MeteoApp) +# Projet +

Application native de météo

-# Website +* Les données méologiques recupérées via une api WEATHER API -This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. +* La persistance avec AsyncStorage -### Installation - -``` -$ yarn -``` - -### Local Development - -``` -$ yarn start -``` +## MeteoApp Sketch + Accueil | Page Detail +:-------------------------:|:-------------------------: + | -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. -### Build +## MeteoApp Screenshots + Accueil | Page Detail | Page Favoris | Liste Favoris +:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------: + | | | + +### Installation ``` -$ yarn build +$ npm install ``` -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Using SSH: +### Local Development ``` -$ USE_SSH=true yarn deploy +$ npm start ``` -Not using SSH: - -``` -$ GIT_USER= yarn deploy -``` +## Author : -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. +* Augustin AFFOGNON \ No newline at end of file