1
0
Fork 0
No description
  • HTML 73.9%
  • JavaScript 26.1%
Find a file
c2qd c06c8e63e9
fix: update #1
I'll go ahead and suspect crossorigin as well
2025-09-05 11:48:11 +09:00
assets I keep forgetting to build it, and this time was no exception 2025-09-05 11:46:04 +09:00
.gitignore
build.mjs feat: improve dictionary for nlp 2025-08-30 23:00:37 +09:00
index.html fix: update #1 2025-09-05 11:48:11 +09:00
index.html.src fix: update #1 2025-09-05 11:48:11 +09:00
package.json feat: unify the display of various license files and add files for the simple server 2025-08-30 17:16:57 +09:00
pnpm-lock.yaml feat: unify the display of various license files and add files for the simple server 2025-08-30 17:16:57 +09:00
raw.html feat: improve mobile view of raw.html 2025-08-30 22:13:46 +09:00
README.md feat: unify the display of various license files and add files for the simple server 2025-08-30 17:16:57 +09:00
robots.txt
serve.mjs feat: unify the display of various license files and add files for the simple server 2025-08-30 17:16:57 +09:00
sitemap.xml fix: change changefreq in sitemap.xml 2025-08-30 05:15:27 +09:00

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.