mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
12 lines
354 B
Markdown
12 lines
354 B
Markdown
# Install Archivox
|
|
|
|
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
|
|
```
|
|
|
|
Open `http://localhost:8080` to view your site as you edit files.
|