LoginSignup
0
0

More than 3 years have passed since last update.

toioを動かす(Node.js)

Last updated at Posted at 2019-06-22

公式
https://github.com/toio/toio.js#computer-prerequisites

動作環境

image.png

node -v
v8.16.0

動作確認

git clone https://github.com/toio/toio.js.git   # clone repository
cd toio.js                                      # move to repository root
yarn install                                    # install dependencies
yarn build                                      # build @toio/* packages
yarn example:keyboard-control                  # start sample application (see below)

yarnがないときは適宜

durationに0を設定すると楽しい!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0