No description
- HTML 73.9%
- JavaScript 26.1%
|
|
||
|---|---|---|
| assets | ||
| .gitignore | ||
| build.mjs | ||
| index.html | ||
| index.html.src | ||
| package.json | ||
| pnpm-lock.yaml | ||
| raw.html | ||
| README.md | ||
| robots.txt | ||
| serve.mjs | ||
| sitemap.xml | ||
pages
How to Build
pnpm install
pnpm node build.mjs
build.mjs reads index.html.src.
It is processed by compromise to split it by parts of speech and then output as index.html.
Additionally, it performs CSS compression.
To set up a server locally for testing:
pnpm node server.js
A simple server using the express library.