wiki: https://docs.github.com/en/codespaces/getting-started/quickstart
More Info: https://learn.microsoft.com/it-it/windows/dev-environment/javascript/nodejs-on-wsl
sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
restart wsl --shutdown
command -v nvm
nvm ls
nvm install node
nvm ls
node -v
npm i
# add translations files
git submodule update --init --recursive
npm start
after F5
npm install -g serve
serve -s build
The interface was developed with MUI.