Official litecoin.org website source code.
data/software
Install bun (>= 1.0.0) from: https://bun.sh/ Install hugo (>= v0.69.2) from: https://gohugo.io/getting-started/quick-start/
$ bun i
$ bun start
$ hugo serve
Run hugo and bun start at the same time. Gulp compiles sass and Hugo renders and serves the page.
$ bun i
$ bun run compile #recompile config.toml everytime you change i18n/strings
$ bun run build