From f909419f8e9b50c74be41f558682ddc5695e6c70 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Thu, 23 Nov 2023 11:49:52 +0800 Subject: [PATCH] update links --- CONTRIBUTING.md | 2 +- README.md | 10 +++++----- client/src/components/Footer.tsx | 4 ++-- client/src/components/Header.tsx | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a346470..2cd8d09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ We welcome contributions of any kind; however, for **feature changes or addition ## 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 git clone https://github.com/[your-username]/chessu.git cd chessu diff --git a/README.md b/README.md index 32ca51d..70dfd55 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ 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! -> 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.

chessu

- ches.su + ches.su - Last commit + Last commit

Yet another Chess web app. Live demo at ches.su.

@@ -19,13 +20,12 @@ Notes from the maintainer: chessu

- - play against other users in real-time - spectate and chat in ongoing games with other users - _optional_ user accounts for tracking stats and game history - ~~play solo against Stockfish~~ (wip) - 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. diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 2f6623a..4237037 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -12,13 +12,13 @@ export default function Footer() { rel="noopener noreferrer" className="link-hover" > - Nathaniel Tampus + nize

diff --git a/package.json b/package.json index b39542c..373ae08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chessu", "private": "true", - "author": "ntampus", + "author": "dotnize", "license": "MIT", "scripts": { "install:client": "pnpm install --filter client --config.dedupe-peer-dependents=false",