How to update mlbox-ccam

The source repository is:

/home/akira/ghq/github.com/akawashiro/misc/ccam/mlbox-ccam

Run tests and build the static files with relative asset paths.

cd /home/akira/ghq/github.com/akawashiro/misc/ccam/mlbox-ccam
npm test
npm run build -- --base=./

Copy the generated files into this website repository.

cd /home/akira/ghq/github.com/akawashiro/akawashiro.com
mkdir -p software/mlbox-ccam
cp -R /home/akira/ghq/github.com/akawashiro/misc/ccam/mlbox-ccam/dist/. software/mlbox-ccam/

Rebuild the website and check the published path locally.

./run.sh

Open:

http://localhost:8080/software/mlbox-ccam/

Check that software/mlbox-ccam/index.html refers to assets with ./assets/..., not /assets/....