add readme to the doc

This commit is contained in:
Matthieu Baumann
2024-03-04 10:18:14 +01:00
parent 71e25d42f3
commit 3ae31a9c88
3 changed files with 8 additions and 3 deletions

View File

@@ -41,7 +41,8 @@
"preview": "vite preview",
"test:build": "cd src/core && cargo test --release --features webgl2",
"test:unit": "vitest run",
"doc": "jsdoc src/js && open out/index.html"
"doc": "jsdoc -d doc --readme README.md src/js && cp aladin-logo.png doc/",
"doc:dev": "npm run doc && open doc/index.html"
},
"devDependencies": {
"happy-dom": "^10.11.0",