98d99c0df06ef686461d841c88f9d3723e1d4a35
FreeChess
This project is solely a frontend with tools for the chess community.
It is built with Next.js, React 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%