Installer les outils de développement

Outils

curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install --global yarn

Vuepressopen in new window (Documentation)

sudo npm install vuepress -g

Gitopen in new window

sudo apt-get -y install git 

Javaopen in new window

sudo apt-get -y install openjdk-17-jdk

Mavenopen in new window

sudo apt-get -y install maven

Intellij ideaopen in new window (Optional)

sudo snap install intellij-idea-ultimate --stable