tools/scripts/web/docker/README.md
Docker for CLDR Site
Installing assets
- run
npm i
and npm run build
in docs/site
Previewing locally
- install https://docker.io
docker compose up
- visit http://127.0.0.1:4000
- hit control-C to cancel the docker run.
Building
docker compose run -w /src site jekyll build
- output is in
./_site
here in this dir.