This commit is contained in:
Moutonjr Geoff 2019-10-09 20:57:20 +02:00
commit c1a135235c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Use # Use
* Run ```npm run build``` to compute the code. * Run ```npm install``` and ```npm run build``` to compute the code.
* Get in the root folder the website with an example of JSON inside. * Get in the root folder the website with an example of JSON inside.

View File

@ -5,9 +5,9 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "mkdir images/ 2>/dev/null; true", "prebuild": "mkdir images/ 2>/dev/null; true",
"build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external", "build": "html-inline -i src/index-notbundled.html -o index.html -b src/ --ignore-external",
"postbuild": "cp -n src/lessons.json.example lessons.json ; " "postbuild": "cp -n src/lessons.json.example lessons.json ; "
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",