mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
23254fee64
Scaffold Tome docs site in www/ with 17 pages covering installation, configuration, CLI reference, extensions, sessions, Go SDK, and advanced usage. Custom Knight Rider theme (cipher base + red accent, dark mode, Space Grotesk fonts). GitHub Pages workflow deploys via Bun on push to master.
17 lines
296 B
JSON
17 lines
296 B
JSON
{
|
|
"name": "www",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tome dev",
|
|
"build": "tome build",
|
|
"deploy": "tome deploy"
|
|
},
|
|
"devDependencies": {
|
|
"@tomehq/cli": "^0.5.0",
|
|
"@tomehq/theme": "^0.5.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|