※ asdf がインストールされていない場合は、こちらを参考にインストールしてください。
$ asdf plugin add nodejs
$ asdf install nodejs 22.9.0 $ asdf global nodejs 22.9.0
$ npm install
$ npm start
$ npm run test:ui
$ npm test
$ npm run coverage