- gitをインストール (https://git-scm.com/downloads)
- npmをインストール (https://nodejs.org/ja/)
- npmを以下の手順で npm v6.0.0 以上にアップデート
## for macOS and Linux sudo npm i -g npm ## for Windows npm i -g npm
- リポジトリのインストール
git clone https://github.com/hidao80/TsumiQiita.git cd TsumiQiita/src npm i npm run build