From ed4e791e32e444c994611dd07a854ce391868729 Mon Sep 17 00:00:00 2001 From: vincent_b Date: Wed, 19 Nov 2025 12:32:47 +0100 Subject: [PATCH] Reademe bonnebulle + .gitignore --- .gitignore | 15 +++++++++++++++ README.md | 7 ++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e53045 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Dépendances +node_modules/ +build/ + +# Fichiers d'environnement +.env +.env.* +!.env.example + +# Autres fichiers/dossiers fréquent +coverage/ +.vscode/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/README.md b/README.md index 52db7ae..2205925 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- Questionful + Questionful
(fork bonnebulle)
@@ -29,6 +29,11 @@ Questionful makes creating online questionnaires a breeze. +## bonnebulle + +Add PrismJs + dual codes editable editors + Toc +server_api (todo/fix, App load data.json directly) + ## Setup To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/)