daaf145fa991c539f8eaf9abea213f6ab5a30537
commit c769a4d3bfbd22804ea4eeb324e7afeaaaa55f82
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date: Fri Apr 12 02:49:21 2024 +0200
style : capturedPieces UI final touches
commit 838ad95bfa1746a3a8de38ace2520fe93ec6a0af
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date: Thu Apr 11 03:00:01 2024 +0200
feat : captured pieces wip
commit e4bb4dcc346aa5dea5527fef4389b01673645e76
Merge: 785dba2 e9e772c
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date: Thu Apr 11 01:15:31 2024 +0200
Merge branch 'main' into feat/add-board-captured-pieces
commit 785dba28509ac04655d4cab736a18a821ca52433
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date: Tue Apr 9 02:25:29 2024 +0200
feat : add board captured pieces init
Freechess
Freechess is an open-source chess web app to play, view and analyze your chess games for free from anywhere with Stockfish !
Built with Next.js, React, Material UI, and TypeScript.
Deployed on Firebase, see it live here.
Running the app in dev mode
Node 18 and npm are required.
Install the dependencies :
npm i
Run the development server :
npm run dev
Open http://localhost:3000 in the browser to see the app running.
The app will automatically refresh on any source file change.
Lint
Run it with :
npm run lint
Deploy
To deploy the app, install the Firebase CLI and authenticate, then run :
npm run deploy
Description
Languages
JavaScript
66%
TypeScript
34%