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`.

View File

@@ -0,0 +1,9 @@
# Build the Site
When you're ready to generate the static files, run:
```bash
npm run build
```
The output appears in the `_site/` folder.

View File

@@ -0,0 +1,3 @@
# Getting Started
This section walks you through installing DocForge and creating your first site.