9.2 CHIRIMEN環境の任意のディレクトリへのセットアップ
以下のコマンド手順で~/myAppディレクトリ以外にも設定できます。
mkdir [自分用の作業ディレクトリ]
(mkdir コマンドとは)cd [自分用の作業ディレクトリ]
(cdコマンドとは)wget https://tutorial.chirimen.org/pizero/package.json
(wgetコマンドとは)wget https://chirimen.org/remote-connection/js/beta/RelayServer.js
(RelayServer.jsを使う場合)npm install
(npmとは)