A simple yet elegant chess web app. The goal of this project is to create a well-designed chess app that can run in any browser can can be installed on any device as a progressive web app.
The intention is to create a feeling similar to that of playing chess in a coffee shop. Players should feel like they can take their time and play a casual game. The idea is form over function.
- Ensure Node.js is running on your machine.
- Run
npm install
to install Node dependencies. - Run
npm start
to set up a local development server.