Skip to content

neo4j/docs-genai-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fefb95 · Mar 24, 2025

History

38 Commits
Mar 24, 2025
May 16, 2024
Feb 22, 2025
May 6, 2024
May 6, 2024
May 21, 2024
May 21, 2024
Oct 22, 2024
Oct 22, 2024
May 21, 2024
May 23, 2024
May 6, 2024

Repository files navigation

docs-genai-tutorials

This repo contains the files for the GenAI Tutorials section of docs.

Prereqs

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.