Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

48 lines (33 loc) · 749 Bytes

Contributing to Tail UI

Install the latest npm.

Clone the repository:

$ git@github.com:udaypydi/tail-ui.git && cd tail-ui
$ yarn

Commands

Run Docs

    # run docs in dev mode
    npm run start:docs
    
    # build docs
    npm run build:docs

Run unit tests

    # run test cases
    npm run test 

    # watch mode

    npm run test:watch

Linting

    npm run lint

It's also a good idea to add an eslint plugin in your editor.

To fix lint errors from the command line:

npm run lint

Submitting Pull Requests

This project follows GitHub's standard forking model.. Please fork the project to submit pull requests.