Files
unicode-tools/public/SOURCE.md
T
2026-09-01 02:38:25 +02:00

16 lines
721 B
Markdown

# Corresponding source
The corresponding source for Unicode Tools 0.1.0 is available at:
https://git.add-ideas.de/lotobo/unicode-tools/src/tag/v0.1.0
Build with Node.js 22, npm 11, `npm ci`, and `npm run release:artifact`.
The preferred source includes the generated JSON catalog in `public/data/` so
the application build does not require a network request. To reproduce that
catalog, run `npm run data:generate`; the generator accepts only the seven
upstream files whose URLs and SHA-256 values are pinned in
`scripts/generate-unicode-data.mjs` and `public/data/SOURCES.json`.
The browser app never contacts those upstream URLs. Data downloads occur only
when a developer explicitly regenerates the source catalog.