1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours. (Study project)
Go to file
2024-03-16 00:36:44 +01:00
.husky chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.vscode chore: initial commit 2024-02-16 22:51:50 +01:00
app refactor: project structure 2024-03-16 00:36:44 +01:00
docs refactor: project structure 2024-03-16 00:36:44 +01:00
domain refactor: project structure 2024-03-16 00:36:44 +01:00
infrastructure refactor: project structure 2024-03-16 00:36:44 +01:00
presentation refactor: project structure 2024-03-16 00:36:44 +01:00
.commitlintrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.editorconfig chore: initial commit 2024-02-16 22:51:50 +01:00
.env.example feat: add basic data architecture 2024-03-15 22:48:28 +01:00
.eslintrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
.gitattributes chore: initial commit 2024-02-16 22:51:50 +01:00
.gitignore feat: add basic data architecture 2024-03-15 22:48:28 +01:00
.gitlab-ci.yml ci: execute only on merge requests and push on develop 2024-02-23 16:23:01 +01:00
.lintstagedrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.npmrc chore: initial commit 2024-02-16 22:51:50 +01:00
.prettierrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
app.json refactor: project structure 2024-03-16 00:36:44 +01:00
babel.config.js feat: setup React Native Paper 2024-02-23 15:31:43 +01:00
jest.config.json refactor: project structure 2024-03-16 00:36:44 +01:00
package-lock.json refactor: project structure 2024-03-16 00:36:44 +01:00
package.json refactor: project structure 2024-03-16 00:36:44 +01:00
react-app-env.d.ts chore: initial commit 2024-02-16 22:51:50 +01:00
README.md refactor: project structure 2024-03-16 00:36:44 +01:00
tsconfig.json chore: initial commit 2024-02-16 22:51:50 +01:00

P61 - Projet

À propos

Application mobile en React Native pour le projet du module P61 Développement avancé.

Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours.

Membres du Groupe 7

Documentation

Principaux Outils Informatiques Utilisés

Développement du projet en local

Prérequis

Installation

# Cloner le projet
git clone git@git.unistra.fr:rrll/p61-project.git

# Se déplacer dans le répertoire du projet
cd p61-project

# Configurer les variables d'environnement
cp .env.example .env

# Installer les dépendances
npm clean-install

Lancer l'application

npm run start

Lancer Supabase (facultatif)

Ce n'est pas strictement nécessaire pour le développement de l'application (même si recommandé), de lancer Supabase en local, car l'application est déjà déployée sur un serveur Supabase en production.

npm run supabase