Skip to content

Chess web app to play, view and analyze your chess games for free from anywhere with Stockfish !

License

Notifications You must be signed in to change notification settings

GuillaumeSD/Freechess

Repository files navigation

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 locally in dev mode

At least Node.js 18.17 is 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

License

GNU General Public License v3.0.

See COPYING to see the full text.

About

Chess web app to play, view and analyze your chess games for free from anywhere with Stockfish !

Topics

Resources

License

Stars

Watchers

Forks