Skip to content

Getting Started

Kohei Matsumoto edited this page Oct 23, 2023 · 6 revisions

Installation

# 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 install

Running

yarn start

Go to http://localhost:8601/ in your browser.

Troubleshooting

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
Clone this wiki locally