Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

RISKMIND — NeuroRisk MVP

Démo locale d'un outil d'évaluation du profil cognitif du risque (HTML/CSS/JS). Fichier principal : index.html.

Instructions rapides pour créer le dépôt GitHub et pousser le projet :

  1. Remplacez <GITHUB_USERNAME> par votre nom d'utilisateur GitHub.
  2. Depuis ce dossier (MVP) ouvrez PowerShell ou terminal.

Méthode recommandée (avec GitHub CLI gh installé) :

gh repo create <GITHUB_USERNAME>/RISKMIND --public --source=. --remote=origin --push

Sinon (manuellement) :

git init
git add .
git commit -m "Initial commit — NeuroRisk MVP"
# créez le repo sur github.com manuellement (ou via gh ci-dessus)
git remote add origin https://github.com/<GITHUB_USERNAME>/RISKMIND.git
git branch -M main
git push -u origin main

Après push, le repo sera accessible sur : https://github.com/<GITHUB_USERNAME>/RISKMIND

Remarque : je ne peux pas créer le repo pour vous — exécutez les commandes ci‑dessous ou lancez le script PowerShell fourni.

About

MVP

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages