Contributing 
Contributions are very welcome. Thanks for your interest!
Setup the project 
sh
git clone https://github.com/qwerty084/vue3-chessboard.gitsh
git clone git@github.com:qwerty084/vue3-chessboard.gitsh
gh repo clone qwerty084/vue3-chessboardInstall the required dependencies:
sh
npm installStart the dev server:
sh
npm run devNow you can start developing 🚀
Creating a Pull Request 
After adding your feature/bugfix please run the following scripts.
Format your changes
sh
npm run formatType check your chages
sh
npm run type-checkLint your changes
sh
npm run lintTest your changes
sh
npm run testThen create a branch with a fitting name, commit and push your changes.