Run HTML apps locally.
npm install hyperclayHyperclay is a simple Node.js server script that allows you to serve local HTML files and save modifications made in the browser directly back over the files.
This is useful for creating lightweight, self-editing web apps.
* Serves static HTML, CSS, and JS files from the current working directory.
* Provides directory listings if no index.html is found.
* Allows saving the current DOM of any served HTML page back to the server.
* Filename validation and security checks on the server.
You can install Hyperclay globally if you want to use it as a command-line tool in any directory:
```bash
npm install -g hyperclay