2024-03-07 23:18:41 +01:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:38:17 +01:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:40:43 +01:00
2024-02-14 04:40:43 +01:00
2024-02-25 05:23:27 +01:00
2024-02-25 05:23:27 +01:00
2024-02-25 03:26:19 +01:00
2024-02-14 04:40:43 +01:00

FreeChess

Freechess is an open-source chess GUI to store, view and analyze your chess games.

It is built with Next.js, React, Material UI, and TypeScript.

It is 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
No description provided
Readme 215 MiB
Languages
JavaScript 66%
TypeScript 34%