Frontend Requirements
🎨 | Mumble Frontend Requirements
Requirements :
For development, you will need Node.js and a node global package, NPM or Yarn, installed in your environement along with a text editor of your choice.
Node
Node installation on
or Mac OS :
The least version of node required is v14.x.
Just go on the official website and download the installer. Also, be sure to have
git
available in your PATH,might need it
(You can download by clicking on the badge)
Node installation on
:
Install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
or wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
To check that nvm is installed, type nvm --version 0.38.0
Then run nvm install 14.16.0
This command automatically installs
as well as the latest
version
Other Operating Systems :
You can find more information about the installation on the and the
If the installation was successful, you should be able to run the following command.
$ node --version
v14.16.0
$ npm --version
6.14.8
Reviewers :
After submitting your PR, please tag reviewer(s) in your PR message. You can tag anyone below for the following.
Markdown, Documentation changes :
Request @Mehdi - MidouWebDev's review !
Frontend, Design :
--> Choose two reviewers :
Project Board
In our repository, there is a project board named Tasks - Mumble, it helps moderators to see how is the work going.
Preview :

Last updated
Was this helpful?