update links
This commit is contained in:
@@ -6,7 +6,7 @@ We welcome contributions of any kind; however, for **feature changes or addition
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. [Fork this repository](https://github.com/ntampus/chessu/fork) to your GitHub account. You can then clone the repository to your local machine and create a new branch for your changes.
|
1. [Fork this repository](https://github.com/dotnize/chessu/fork) to your GitHub account. You can then clone the repository to your local machine and create a new branch for your changes.
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/[your-username]/chessu.git
|
git clone https://github.com/[your-username]/chessu.git
|
||||||
cd chessu
|
cd chessu
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -1,16 +1,17 @@
|
|||||||
Notes from the maintainer:
|
Notes from the maintainer:
|
||||||
|
|
||||||
> I started this project when I was still new to TS and full-stack development. Bad practices, confusing patterns, and messed up types are everywhere. Suggestions for improvements are very much welcome!
|
> I started this project when I was still new to TS and full-stack development. Bad practices, confusing patterns, and messed up types are everywhere. Suggestions for improvements are very much welcome!
|
||||||
|
|
||||||
> The client is currently being rewritten at the `frontend-refactor` branch ([#24](https://github.com/ntampus/chessu/pull/24)). Contributions to `main` that involve the frontend may get overwritten, but I'll try to cherry-pick those that can be applied to the new branch.
|
> The client is currently being rewritten at the `frontend-refactor` branch ([#24](https://github.com/dotnize/chessu/pull/24)). Contributions to `main` that involve the frontend may get overwritten, but I'll try to cherry-pick those that can be applied to the new branch.
|
||||||
|
|
||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
<img src="./assets/chessu.png" alt="chessu" height="128" />
|
<img src="./assets/chessu.png" alt="chessu" height="128" />
|
||||||
</h1>
|
</h1>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://ches.su">
|
<a href="https://ches.su">
|
||||||
<img src="https://img.shields.io/github/deployments/ntampus/chessu/Production?label=deployment&style=for-the-badge&color=blue" alt="ches.su" />
|
<img src="https://img.shields.io/github/deployments/dotnize/chessu/Production?label=deployment&style=for-the-badge&color=blue" alt="ches.su" />
|
||||||
</a>
|
</a>
|
||||||
<img src="https://img.shields.io/github/last-commit/ntampus/chessu?style=for-the-badge" alt="Last commit" />
|
<img src="https://img.shields.io/github/last-commit/dotnize/chessu?style=for-the-badge" alt="Last commit" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Yet another Chess web app. Live demo at <a href="https://ches.su">ches.su</a>.</p>
|
<p align="center">Yet another Chess web app. Live demo at <a href="https://ches.su">ches.su</a>.</p>
|
||||||
@@ -19,13 +20,12 @@ Notes from the maintainer:
|
|||||||
<img src="./assets/demo.jpg" alt="chessu" width="640" />
|
<img src="./assets/demo.jpg" alt="chessu" width="640" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
- play against other users in real-time
|
- play against other users in real-time
|
||||||
- spectate and chat in ongoing games with other users
|
- spectate and chat in ongoing games with other users
|
||||||
- _optional_ user accounts for tracking stats and game history
|
- _optional_ user accounts for tracking stats and game history
|
||||||
- ~~play solo against Stockfish~~ (wip)
|
- ~~play solo against Stockfish~~ (wip)
|
||||||
- mobile-friendly
|
- mobile-friendly
|
||||||
- ... and more ([view roadmap](https://github.com/users/ntampus/projects/2))
|
- ... and more ([view roadmap](https://github.com/users/dotnize/projects/2))
|
||||||
|
|
||||||
Built with Next.js 14, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL.
|
Built with Next.js 14, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL.
|
||||||
|
|
||||||
|
|||||||
@@ -12,13 +12,13 @@ export default function Footer() {
|
|||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="link-hover"
|
className="link-hover"
|
||||||
>
|
>
|
||||||
Nathaniel Tampus
|
nize
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="items-center">
|
<div className="items-center">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/ntampus/chessu"
|
href="https://github.com/dotnize/chessu"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="btn btn-ghost btn-sm gap-1 normal-case"
|
className="btn btn-ghost btn-sm gap-1 normal-case"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export default function Header() {
|
|||||||
<a
|
<a
|
||||||
title="Project roadmap"
|
title="Project roadmap"
|
||||||
className="badge badge-sm badge-secondary gap-0.5"
|
className="badge badge-sm badge-secondary gap-0.5"
|
||||||
href="https://github.com/users/ntampus/projects/2"
|
href="https://github.com/users/dotnize/projects/2"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "chessu",
|
"name": "chessu",
|
||||||
"private": "true",
|
"private": "true",
|
||||||
"author": "ntampus",
|
"author": "dotnize",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install:client": "pnpm install --filter client --config.dedupe-peer-dependents=false",
|
"install:client": "pnpm install --filter client --config.dedupe-peer-dependents=false",
|
||||||
|
|||||||
Reference in New Issue
Block a user