Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 571 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 571 Bytes

litecoin.org

Official litecoin.org website source code.

Updating Download Urls

data/software

Dev environment

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.

Prod enviroment

$ bun i
$ bun run compile #recompile config.toml everytime you change i18n/strings
$ bun run build