Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 420 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 420 Bytes

Contribution

First off, thanks for taking the time to contribute! ❤️

Getting Started

Installation

You need lastest version of npm.

npm install
npm run dev

Issues

Feel free to create new features, fix bugs issues.

Pull requests

Create pull requests to contribute.

Coding style

We use eslint and prettier for linting and formatting.

npm run lint
npm run format