Please make sure you have the following programs installed:
- node (version 14 or higher): JavaScript runtime
- npm: node package manager
- yarn: a better package manager
To install node and npm:
- under fedora:
sudo dnf install nodejs. - under ubuntu:
sudo apt install nodejs npm.
To install yarn: npm install --global yarn
You don't need to do more, just start the workshop