doc : update readme

This commit is contained in:
GuillaumeSD
2024-03-21 01:43:25 +01:00
parent 68d0b42c27
commit 1f6c86f559
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# Freechess # Freechess
Freechess is an open-source chess GUI to play, view and analyze your chess games from anywhere with Stockfish for free ! Freechess is an open-source chess web app to play, view and analyze your chess games for free from anywhere with Stockfish !
It is built with [Next.js](https://nextjs.org/docs), [React](https://react.dev/learn/describing-the-ui), [Material UI](https://mui.com/material-ui/getting-started/overview/), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html). Built with [Next.js](https://nextjs.org/docs), [React](https://react.dev/learn/describing-the-ui), [Material UI](https://mui.com/material-ui/getting-started/overview/), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html).
It is deployed on [Firebase](https://firebase.google.com/docs/hosting), see it live [here](https://freechess.web.app). Deployed on [Firebase](https://firebase.google.com/docs/hosting), see it live [here](https://freechess.web.app).
## Running the app in dev mode ## Running the app in dev mode

View File

@@ -24,7 +24,7 @@ export default function Document() {
/> />
<meta <meta
name="description" name="description"
content="Open source chess app to play, view and analyze your chess games for free from anywhere with Stockfish !" content="Open-source chess app to play, view and analyze your chess games for free from anywhere with Stockfish !"
/> />
{/* Balises OG (Facebook & Twitter) */} {/* Balises OG (Facebook & Twitter) */}
@@ -38,7 +38,7 @@ export default function Document() {
/> />
<meta <meta
property="og:description" property="og:description"
content="Open source chess app to play, view and analyze your chess games for free from anywhere with Stockfish !" content="Open-source chess app to play, view and analyze your chess games for free from anywhere with Stockfish !"
/> />
{/* Balise Twitter */} {/* Balise Twitter */}