• Home
Name Date Size #Lines LOC

..--

.gitignoreD04-Jul-20257 21

DockerfileD04-Jul-202590 32

README.mdD04-Jul-2025356 1811

docker-compose.ymlD04-Jul-2025251 1211

README.md

1# Docker for CLDR Site
2
3## Installing assets
4
51. run `npm i` and `npm run build` in `docs/site`
6
7## Previewing locally
8
91. install https://docker.io
102. `docker compose up`
113. visit <http://127.0.0.1:4000>
124. hit control-C to cancel the docker run.
13
14## Building
15
161. `docker compose run -w /src site jekyll build`
172. output is in `./_site` here in this dir.
18