Here are some of the guidelines to follow if you intend to contribute!
Mag UI uses Contributor Covenant. Failure to adhere to these standards will result in removal of contributions from the project.
npm :
# Clone repo
$ git clone https://github.com/blackboardd/magui.git
$ cd magui
# Install dependencies
$ npm install
# Start dev server
$ npm start
yarn :
# Clone repo
$ git clone https://github.com/blackboardd/magui.git
$ cd magui
# Install dependencies
$ yarn install
# Start dev server
$ yarn start
Please follow the coding style of the project.
yarn prettier
reformats the code.yarn lint
runs manually the linting rules.
By contributing your code to this repo, you agree to license your contribution under the MIT license.