mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 15:08:43 +00:00
docs: remove advanced section and add integration guide
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user