Reademe bonnebulle + .gitignore
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -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*
|
||||
@@ -5,7 +5,7 @@
|
||||
</a>
|
||||
<br>
|
||||
<br>
|
||||
Questionful
|
||||
Questionful <br />(fork bonnebulle)
|
||||
<br>
|
||||
</h1>
|
||||
|
||||
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user