Skip to content

litecoin-project/litecoin.org

 
 

Repository files navigation

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

About

Litecoin.org Project website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.5%
  • SCSS 23.5%
  • HTML 20.8%
  • Sass 0.2%