mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Rewrites all documentation with accurate project details (Fastify, port 1349, single-container Docker, all 33+ tools, full database schema). Adds getting started guide and configuration reference. Updates help and settings dialogs to link to the docs site.
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"name": "@stirling-image/docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev .",
|
|
"docs:build": "vitepress build .",
|
|
"docs:preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"vitepress": "^1.1.4"
|
|
}
|
|
} |