Changed readme, added package.json and package-lock.json and gitignore

This commit is contained in:
2025-03-25 20:04:18 +11:00
parent c19c907812
commit 20a5a71b0f
5 changed files with 2540 additions and 163 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "docs-viewer",
"version": "1.0.0",
"description": "Documentation viewer application",
"scripts": {
"start": "live-server --port=8080 --no-browser",
"build": "node build-docs.js"
},
"devDependencies": {
"live-server": "^1.2.2"
}
}