Add DocForge documentation site

This commit is contained in:
thePR0M3TH3AN
2025-07-10 12:02:39 -04:00
parent c128e20e68
commit 4d924387ce
12 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Install DocForge
1. Clone or download this repository.
2. Run `npm install` to install dependencies.
3. Start the local development server:
```bash
npm run dev
```
The site will be available at `http://localhost:8080`.