2af25cf4ec82983a18457df58de41176fdf1550e
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, you can see it live here.
Getting Started
First, you need at least node18 & npm installed on your machine. Then, you can install the dependencies :
npm i
Then, you can run the development server :
npm run dev
Open http://localhost:3000 with your browser to see the app running.
The development server will automatically reload if you change any of the source files.
Lint
ESLint is configured with this project. You can run it with :
npm run lint
Deploy
To deploy the app, you first need to install the firebase CLI, then run :
npm run deploy
Description
Languages
JavaScript
66%
TypeScript
34%