Install Archivox
- Clone or download this repository, or run
npx create-archivox my-docs --install
to generate a starter project automatically. - Inside the project directory run
npm install
to fetch dependencies. - Start the local development server:
npm run dev
Open http://localhost:8080
to view your site as you edit files.