texts

Engelbart Project

A Node.js project setup with http-server for serving the “Augmenting Human Intellect” document with extracted static assets.

Available Scripts

Usage

To start the server:

npm start

To start the server and open browser automatically:

npm run serve

To open the main document directly:

npm run serve-doc

For development with no caching:

npm run dev

Files

The server will serve files from the current directory and make your HTML files accessible via the browser.