Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 506 Bytes

File metadata and controls

19 lines (17 loc) · 506 Bytes

インストール方法

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