mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-07 14:48:40 +00:00
354 B
354 B
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.