Smart King is a chess application under development, aiming to provide a smooth and enjoyable experience for players, along with opportunities for improvement over time.
Initial version with a rudimentary user interface.
- Intuitive User Interface: Designed to facilitate navigation and interaction with the chessboard.
- Frontend: SPA with React.js
To use Smart King locally, follow these general steps:
-
Clone the repository: Make sure you have Git installed on your system. Clone the repository from this link.
-
Setting up the development environment:
- Ensure you have Node.js and npm installed.
- Navigate into the cloned project directory:
cd smart-king
- Run the command to install project dependencies:
npm install
-
Starting the application:
- Run the command to start the application in development mode:
npm start
- Open your browser and go to http://localhost:3000 to view Smart King.
- Run the command to start the application in development mode:
-
Deployment:
- To prepare the application for production deployment, run the command:
npm run build
- To prepare the application for production deployment, run the command:
Smart King is released under the MIT License.