Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 754 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 754 Bytes

Contributing Guide

Hi! Thanks for your interest to contribute. If you're missing a feature or found a bug, contributions are very welcome.
Before submitting your contribution, please read through the following guide.

Repo Setup

To get started just clone the project:

git clone https://github.com/qwerty084/vue3-chessboard.git

Install the required dependencies:

npm i

and start the dev server:

npm run dev

Now you can start developing 🚀

Creating a Pull Request

After adding your feature/bug fix please run the following npm scripts to format your code and run the linter.

npm run format

and

npm run lint

Then create a branch with a fitting name, commit and push your changes.