2022-03-29から1日間の記事一覧

プログラミング言語のScratchをLinux(Debian)にインストールしてオフラインで使う

$ sudo apt install git $ sudo apt install nodejs npm $ git clone --depth=1 https://github.com/LLK/scratch-gui.git $ cd scratch-gui $ npm install $ npm run-script build「build」ディレクトリの中の「index.html」をブラウザで開く