A Node.js project setup with http-server for serving the “Augmenting Human Intellect” document with extracted static assets.
npm start
- Start http-server with default settings (port 8080)npm run serve
- Start http-server on port 3000 and automatically open browsernpm run dev
- Start http-server on port 8080, open browser, and disable caching for developmentnpm run serve-doc
- Start http-server and open the Augmenting Human Intellect document directlyTo 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
Augmenting-Human-Intellect.html
- The main document with external asset referencesassets/
- Extracted CSS, images, and other resourcesutils/
- Python scripts for future transformationsThe server will serve files from the current directory and make your HTML files accessible via the browser.