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