# aura-architecture-diagrams **Repository Path**: mirrors_neo4j/aura-architecture-diagrams ## Basic Information - **Project Name**: aura-architecture-diagrams - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: april9edits - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Documentation Template This repo contains the files that you need to start a new Neo4j documentation project. == Prereqs - link:https://nodejs.org/en/download/[Node.js] - npm == Installation To install the required packages: ---- npm i ---- == Generating HTML output To convert asciidoc source to HTML: ---- npm run build ---- == Viewing HTML output To view the built site, launch a local server: 1. `npm start` 2. In a browser tab, go to `localhost:8000` == Live preview When you run `npm start`, the project is monitored for updates to asciidoc files. If a change to an asciidoc file is detected the site is automatically rebuilt.