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.
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 🚀
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.