Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

48 lines (31 loc) · 1.18 KB

Contributing to Mag UI

Here are some of the guidelines to follow if you intend to contribute!

Code of Conduct

Mag UI uses Contributor Covenant. Failure to adhere to these standards will result in removal of contributions from the project.

Installation

npm npm:

# Clone repo
$ git clone https://github.com/blackboardd/magui.git
$ cd magui

# Install dependencies
$ npm install

# Start dev server
$ npm start

yarn yarn:

# Clone repo
$ git clone https://github.com/blackboardd/magui.git
$ cd magui

# Install dependencies
$ yarn install

# Start dev server
$ yarn start

Coding style

Please follow the coding style of the project.

  • yarn prettier reformats the code.
  • yarn lint runs manually the linting rules.

License

By contributing your code to this repo, you agree to license your contribution under the MIT license.