docs: remove advanced section and add integration guide

This commit is contained in:
thePR0M3TH3AN
2025-07-10 16:00:03 -04:00
parent 245d215230
commit 0f9d2a939c
17 changed files with 74 additions and 25 deletions

View File

@@ -1,11 +1,11 @@
# Install Archivox
1. Clone or download this repository.
2. Run `npm install` to install dependencies.
1. Clone or download this repository, or run `npx create-archivox my-docs --install` to generate a starter project automatically.
2. Inside the project directory run `npm install` to fetch dependencies.
3. Start the local development server:
```bash
npm run dev
```
The site will be available at `http://localhost:8080`.
Open `http://localhost:8080` to view your site as you edit files.