| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .gitignore | D | 04-Jul-2025 | 7 | 2 | 1 | |
| Dockerfile | D | 04-Jul-2025 | 90 | 3 | 2 | |
| README.md | D | 04-Jul-2025 | 356 | 18 | 11 | |
| docker-compose.yml | D | 04-Jul-2025 | 251 | 12 | 11 |
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