エレラボ公式サイトのソースコード
brew install node
以下からダウンロードします。
https://nodejs.org/ja/download/
npm install -g yarn
yarn install
yarn start
以下のように表示されたら成功です。指示の通りブラウザで http://localhost:3000
へアクセスしましょう。
Compiled successfully!
You can now view selelab_web in the browser.
Local: http://localhost:3000
On Your Network: http://<your LAN address>:3000
Note that the development build is not optimized.
To create a production build, use yarn build.