LJDR-Chess is an interactive chess board developed using React, Vite, and Tailwind CSS.
Clone the repository:
git clone https://github.com/ljdr64/ljdr-chess-react
cd ljdr-chess-react
Install dependencies:
npm install
To run LJDR-Chess locally:
npm run dev
This will start the application in development mode. Open http://localhost:5173 in your browser to view the chess board.
If you'd like to contribute to LJDR-Chess, please follow these steps:
git checkout -b feature/AmazingFeature
).git commit -am 'Add some amazing feature'
).git push origin feature/AmazingFeature
).This project is licensed under the MIT License.