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

  • The least version of node required is v14.x.

    (You can download by clicking on the badge)

  • 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

  • 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.

Project Board

In our repository, there is a project board named Tasks - Mumble, it helps moderators to see how is the work going.

Last updated