- asdf v0.14.1-f00f759
- Node.js v22.9.0
- npm v10.8.3
※ asdf がインストールされていない場合は、こちらを参考にインストールしてください。
- asdf に Node.js プラグインを追加します。
$ asdf plugin add nodejs
- Node.js 22.9.0 をインストールします。
$ 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