forked from scratchfoundation/scratch-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Kohei Matsumoto edited this page Oct 23, 2023
·
6 revisions
# Link
cd ../scratch-workbook-vm
yarn install
yarn link
# cd ../scratch-workbook-blocks && yarn install && yarn link # Python 2 required
# cd ../scratch-workbook-render && yarn install && yarn link
# Install
cd ../scratch-workbook-gui
yarn link scratch-vm
yarn installyarn startGo to http://localhost:8601/ in your browser.
Errors due to Node and OpenSSL version
Error: error:0308010C:digital envelope routines::unsupported
Set the environment variable NODE_OPTIONS to --openssl-legacy-provider
export NODE_OPTIONS=--openssl-legacy-provider