Brilliant Chess is a free open source app to analyze chess games in a similar way Chess.com does.
- Clone the repository:
git clone https://github.com/wdeloo/Brilliant-Chess.git
cd Brilliant-Chess
- Create a
.envfile:
echo "NEXT_PUBLIC_BASE_PATH=" > .env
- Install dependencies and build the project:
npm install
npm run build
- Start the server:
npm run start
