Skip to content

Latest commit

 

History

History
100 lines (59 loc) · 3.92 KB

REQUIREMENTS.md

File metadata and controls

100 lines (59 loc) · 3.92 KB

🎨 | Mumble Frontend

Mumble Mumble UI Kit Mumble Community

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.


Project Board

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

Preview :

So please, while submitting a PR or Issue, make sure to :