fix : repo rename to chesskit
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
<a href="https://github.com/GuillaumeSD/Freechess">
|
||||
<img width="120" height="120" src="https://github.com/GuillaumeSD/Freechess/blob/main/public/android-chrome-192x192.png" alt="Logo">
|
||||
<a href="https://github.com/GuillaumeSD/Chesskit">
|
||||
<img width="120" height="120" src="https://github.com/GuillaumeSD/Chesskit/blob/main/public/android-chrome-192x192.png" alt="Logo">
|
||||
</a>
|
||||
|
||||
<h3 align="center">Chesskit</h3>
|
||||
@@ -11,7 +11,7 @@
|
||||
<br />
|
||||
<a href="https://discord.com/invite/Yr99abAcUr" target="_blank" rel="noopener noreferrer">Discord Server</a>
|
||||
·
|
||||
<a href="https://freechess.notion.site/4cf7823836724432b71aa8932ba7d5bb" target="_blank" rel="noopener noreferrer">Features Backlog</a>
|
||||
<a href="https://chesskit.notion.site/4cf7823836724432b71aa8932ba7d5bb" target="_blank" rel="noopener noreferrer">Features Backlog</a>
|
||||
</p>
|
||||
</div>
|
||||
<br />
|
||||
@@ -31,13 +31,13 @@ It aims to offer all the features it can from the best chess apps, while being f
|
||||
- Play against Stockfish at any elo
|
||||
- Store your games in your browser database
|
||||
|
||||
<img src="https://github.com/GuillaumeSD/Freechess/blob/main/assets/showcase.png" />
|
||||
<img src="https://github.com/GuillaumeSD/Chesskit/blob/main/assets/showcase.png" />
|
||||
|
||||
## Stack
|
||||
|
||||
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).
|
||||
|
||||
Deployed on [Firebase](https://firebase.google.com/docs/hosting), see it live [here](https://freechess.web.app).
|
||||
Deployed on AWS with [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/home.html), see it live [here](https://chesskit.org).
|
||||
|
||||
## Running the app in dev mode
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
|
||||
color="inherit"
|
||||
sx={{ ml: "min(0.6rem, 0.8vw)" }}
|
||||
onClick={() =>
|
||||
window.open("https://github.com/GuillaumeSD/freechess")
|
||||
window.open("https://github.com/GuillaumeSD/Chesskit")
|
||||
}
|
||||
>
|
||||
<Icon icon="mdi:github" />
|
||||
|
||||
Reference in New Issue
Block a user