mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 02:36:07 +10:00
1.4 KiB
1.4 KiB
Getting Started
Prerequisites
- Node.js and npm (only needed for development)
Installation
-
Clone the repository:
git clone <repository-url> cd <repository-directory> -
Install dependencies (only needed for development):
npm install
Deployment
This is a static website that can be hosted on any web server or static hosting service. Simply upload all files to your hosting provider.
For local testing, you can use any static file server. For example:
npx live-server
Usage
- The file index is displayed on the left sidebar.
- Click on a file to load its content.
- The document outline is displayed on the right sidebar.
- Use the menu button to toggle the sidebar on mobile devices.
Adding New Documents
-
Add your Markdown file to the directory.
-
Update to include the new document:
{ "documents": [ { "title": "Blueprint Depth Trace", "path": "docs/Blueprint Penetration Trace.md" }, { "title": "New Document Title", "path": "docs/NewDocument.md" } ] }
Acknowledgements
License
This project is licensed under the MIT License.