From a8c8b2e199ea55dde63334dfd063ec3670ded18b Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 20 Nov 2023 17:28:18 +0800 Subject: [PATCH] update links & names --- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- client/src/components/Footer.tsx | 4 ++-- client/src/components/Header.tsx | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd01fd5..a346470 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/ninetynize/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/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. ```sh git clone https://github.com/[your-username]/chessu.git cd chessu diff --git a/README.md b/README.md index 30420bb..545dcf6 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ 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/ninetynize/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/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.

chessu

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

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

@@ -25,7 +25,7 @@ Notes from the maintainer: - _optional_ user accounts for tracking stats and game history - ~~play solo against Stockfish~~ (wip) - mobile-friendly -- ... and more ([view roadmap](https://github.com/users/ninetynize/projects/2)) +- ... and more ([view roadmap](https://github.com/users/ntampus/projects/2)) Built with Next.js 13, 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 a8c327a..2f6623a 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" > - nize + Nathaniel Tampus

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